diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:10:09 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:10:09 +0000 |
commit | 6e971b312d6343d047d277a6dccc359df5bbbf46 (patch) | |
tree | 86d09ca0b9388df0a93a991379c94530ccaac21d /dev-libs/btparse | |
parent | new version proftpd-1.2.10_rc3 (diff) | |
download | historical-6e971b312d6343d047d277a6dccc359df5bbbf46.tar.gz historical-6e971b312d6343d047d277a6dccc359df5bbbf46.tar.bz2 historical-6e971b312d6343d047d277a6dccc359df5bbbf46.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-libs/btparse')
-rw-r--r-- | dev-libs/btparse/btparse-0.33.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/btparse/btparse-0.33.ebuild b/dev-libs/btparse/btparse-0.33.ebuild index 1e6ad86221ba..b4abbdb72b11 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.10 2004/07/02 04:34:36 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/btparse/btparse-0.33.ebuild,v 1.11 2004/07/14 14:04:41 agriffis Exp $ DESCRIPTION="A C library to parse Bibtex files" HOMEPAGE="http://starship.python.net/~gward/btOOL/" @@ -9,6 +9,7 @@ SRC_URI="http://starship.python.net/~gward/btOOL//${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 sparc" +IUSE="" DEPEND="virtual/libc" |