diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 07:30:42 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-14 07:30:42 +0000 |
commit | 5350640301dd1f0f647dd690335aa5248aee1f7f (patch) | |
tree | 49e582cace8949c442a9504bf229766382af636c /app-i18n/libtabe | |
parent | Added the second latest version. Added debug IUSE flag. (diff) | |
download | historical-5350640301dd1f0f647dd690335aa5248aee1f7f.tar.gz historical-5350640301dd1f0f647dd690335aa5248aee1f7f.tar.bz2 historical-5350640301dd1f0f647dd690335aa5248aee1f7f.zip |
QA - Add IUSE.
Diffstat (limited to 'app-i18n/libtabe')
-rw-r--r-- | app-i18n/libtabe/libtabe-0.2.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/libtabe/libtabe-0.2.5.ebuild b/app-i18n/libtabe/libtabe-0.2.5.ebuild index 2f86df6a139a..8ae1b76ea284 100644 --- a/app-i18n/libtabe/libtabe-0.2.5.ebuild +++ b/app-i18n/libtabe/libtabe-0.2.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.5.ebuild,v 1.9 2004/05/03 10:19:21 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libtabe/libtabe-0.2.5.ebuild,v 1.10 2004/06/14 07:19:54 kloeri Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://xcin.linux.org.tw/pub/xcin/libtabe/devel/${P}.tar.gz" LICENSE="XCIN" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND="=sys-libs/db-3*" |