diff options
-rw-r--r-- | app-sci/systemc/systemc-2.0.1.ebuild | 8 | ||||
-rw-r--r-- | dev-util/cproto/cproto-4.6.ebuild | 4 |
2 files changed, 7 insertions, 5 deletions
diff --git a/app-sci/systemc/systemc-2.0.1.ebuild b/app-sci/systemc/systemc-2.0.1.ebuild index fdc1d2d46515..d641cb9137f8 100644 --- a/app-sci/systemc/systemc-2.0.1.ebuild +++ b/app-sci/systemc/systemc-2.0.1.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/systemc-2.0.1.ebuild,v 1.2 2002/12/18 14:43:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/systemc-2.0.1.ebuild,v 1.3 2003/01/08 05:37:37 george Exp $ + +IUSE="" DESCRIPTION="A C++ based modeling platform for VLSI and system-level co-design" HOMEPAGE="http://www.systemc.org/" SRC_URI="systemc-2.0.1.tgz" SLOT="0" -LICENSE="IBM" -KEYWORDS="~x86" +LICENSE="SOPLA-2.4" +KEYWORDS="x86" DEPEND="virtual/glibc" RESTRICT="fetch" diff --git a/dev-util/cproto/cproto-4.6.ebuild b/dev-util/cproto/cproto-4.6.ebuild index 428b69a113be..242039374dce 100644 --- a/dev-util/cproto/cproto-4.6.ebuild +++ b/dev-util/cproto/cproto-4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.6.ebuild,v 1.1 2002/12/07 03:17:19 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cproto/cproto-4.6.ebuild,v 1.2 2003/01/08 05:41:48 george Exp $ IUSE="" @@ -10,7 +10,7 @@ SRC_URI="http://dl.sourceforge.net/sourceforge/cproto/cproto-4.6.tar.gz" HOMEPAGE="http://cproto.sourceforge.net/" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="public-domain" DEPEND="virtual/glibc" |