diff options
author | George Shapovalov <george@gentoo.org> | 2003-01-08 05:41:48 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2003-01-08 05:41:48 +0000 |
commit | d3338309cb5bcb941bb66d4d3a0e157be75723bb (patch) | |
tree | f265554382884e10d86d3120ee04a1ba2117ce7b /app-sci | |
parent | unmasked (diff) | |
download | gentoo-2-d3338309cb5bcb941bb66d4d3a0e157be75723bb.tar.gz gentoo-2-d3338309cb5bcb941bb66d4d3a0e157be75723bb.tar.bz2 gentoo-2-d3338309cb5bcb941bb66d4d3a0e157be75723bb.zip |
unmasked on x86
Diffstat (limited to 'app-sci')
-rw-r--r-- | app-sci/systemc/systemc-2.0.1.ebuild | 8 |
1 files changed, 5 insertions, 3 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" |