diff options
Diffstat (limited to 'dev-libs/btparse')
-rw-r--r-- | dev-libs/btparse/btparse-0.33.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild index 04cd1fcf252b..75c809d48735 100644 --- a/dev-libs/btparse/btparse-0.33.ebuild +++ b/dev-libs/btparse/btparse-0.33.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-libs/btparse/btparse-0.33.ebuild,v 1.2 2002/08/14 11:52:27 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.3 2002/10/20 18:41:50 vapier Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://starship.python.net/~gward/btOOL/" @@ -11,7 +11,6 @@ SLOT="0" KEYWORDS="x86 sparc sparc64" DEPEND="virtual/glibc" -RDEPEND="${DEPEND}" S=${WORKDIR}/${P} src_compile() { |