diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:55:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 11:55:34 +0000 |
commit | e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe (patch) | |
tree | ba2a8869a1c1cfc476ad735904015d56fa6434e6 /app-sci/systemc | |
parent | Replaced fperms with doexec and added ROOT variable to pkg_postinst tests. (M... (diff) | |
download | gentoo-2-e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe.tar.gz gentoo-2-e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe.tar.bz2 gentoo-2-e4acbde53aa5b41cb8d5e4cfc9affa65e59d64fe.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'app-sci/systemc')
-rw-r--r-- | app-sci/systemc/ChangeLog | 8 | ||||
-rw-r--r-- | app-sci/systemc/systemc-2.0.1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-sci/systemc/ChangeLog b/app-sci/systemc/ChangeLog index 7327c6c3832f..95b51af61944 100644 --- a/app-sci/systemc/ChangeLog +++ b/app-sci/systemc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-sci/systemc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/ChangeLog,v 1.7 2004/06/24 22:18:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/ChangeLog,v 1.8 2004/07/01 11:54:53 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> systemc-2.0.1.ebuild: + virtual/glibc -> virtual/libc + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> systemc-2.0.1.ebuild: + virtual/glibc -> virtual/libc 07 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> systemc-2.0.1.ebuild: dyn_fetch() -> pkg_nofetch() diff --git a/app-sci/systemc/systemc-2.0.1.ebuild b/app-sci/systemc/systemc-2.0.1.ebuild index fb0c57f32273..570f2d40ef6e 100644 --- a/app-sci/systemc/systemc-2.0.1.ebuild +++ b/app-sci/systemc/systemc-2.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.7 2004/06/24 22:18:53 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/systemc/systemc-2.0.1.ebuild,v 1.8 2004/07/01 11:54:53 eradicator Exp $ IUSE="" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="SOPLA-2.4" KEYWORDS="x86" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" RESTRICT="fetch" pkg_nofetch() { |