diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:58:37 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 04:58:37 +0000 |
commit | aa3cff14165413708fd08138bc9fc634887574f3 (patch) | |
tree | 1e25af61de1949b276690903c31a374651d88752 /dev-libs/btparse | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-aa3cff14165413708fd08138bc9fc634887574f3.tar.gz historical-aa3cff14165413708fd08138bc9fc634887574f3.tar.bz2 historical-aa3cff14165413708fd08138bc9fc634887574f3.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-libs/btparse')
-rw-r--r-- | dev-libs/btparse/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/btparse/btparse-0.33.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/btparse/ChangeLog b/dev-libs/btparse/ChangeLog index 542db9e9371b..fc9227f9a330 100644 --- a/dev-libs/btparse/ChangeLog +++ b/dev-libs/btparse/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/btparse # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/ChangeLog,v 1.6 2004/06/24 23:01:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/ChangeLog,v 1.7 2004/07/02 04:34:36 eradicator Exp $ + + 01 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org> btparse-0.33.ebuild: + virtual/glibc -> virtual/libc 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> btparse-0.33.ebuild: Don't assign default to S; header fix diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild index ddaa2d476514..1e6ad86221ba 100644 --- a/dev-libs/btparse/btparse-0.33.ebuild +++ b/dev-libs/btparse/btparse-0.33.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-libs/btparse/btparse-0.33.ebuild,v 1.9 2004/06/24 23:01:25 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.10 2004/07/02 04:34:36 eradicator Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://starship.python.net/~gward/btOOL/" @@ -10,7 +10,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { #have to include ${D} into mandir here, |