diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
commit | fcf93129ca775891a51589f89f656a64012c3f96 (patch) | |
tree | fd1f9d8ba1a27221607fd2f6a0975d84a6bd538b /dev-util/yacc | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-fcf93129ca775891a51589f89f656a64012c3f96.tar.gz historical-fcf93129ca775891a51589f89f656a64012c3f96.tar.bz2 historical-fcf93129ca775891a51589f89f656a64012c3f96.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-util/yacc')
-rw-r--r-- | dev-util/yacc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/yacc/yacc-1.9.1-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-util/yacc/ChangeLog b/dev-util/yacc/ChangeLog index f54212642b5e..bd57017e3c6b 100644 --- a/dev-util/yacc/ChangeLog +++ b/dev-util/yacc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/yacc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.13 2004/06/25 02:52:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/ChangeLog,v 1.14 2004/07/02 05:14:34 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> yacc-1.9.1-r1.ebuild, + yacc-1.9.1-r2.ebuild: + virtual/glibc -> virtual/libc *yacc-1.9.1-r2 (05 Apr 2004) diff --git a/dev-util/yacc/yacc-1.9.1-r1.ebuild b/dev-util/yacc/yacc-1.9.1-r1.ebuild index 2dd486840c16..54fa419fa885 100644 --- a/dev-util/yacc/yacc-1.9.1-r1.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r1.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/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.26 2004/06/25 02:52:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r1.ebuild,v 1.27 2004/07/02 05:14:34 eradicator Exp $ inherit eutils @@ -12,7 +12,7 @@ LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc ppc64 sparc alpha mips hppa amd64 ia64 s390" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" src_unpack () { diff --git a/dev-util/yacc/yacc-1.9.1-r2.ebuild b/dev-util/yacc/yacc-1.9.1-r2.ebuild index dffb11b8dcdf..3a9a52bed777 100644 --- a/dev-util/yacc/yacc-1.9.1-r2.ebuild +++ b/dev-util/yacc/yacc-1.9.1-r2.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/dev-util/yacc/yacc-1.9.1-r2.ebuild,v 1.3 2004/06/25 02:52:07 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/yacc/yacc-1.9.1-r2.ebuild,v 1.4 2004/07/02 05:14:34 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" IUSE="" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" |