diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 20:47:06 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-13 20:47:06 +0000 |
commit | 7a4d06fbf95bca58ce1172b765fa9fb1e12022be (patch) | |
tree | b8dda33e70cb7129990acb3e37fd7e1e28ca47c5 /app-text/dbacl | |
parent | sync IUSE (+emacs) (diff) | |
download | historical-7a4d06fbf95bca58ce1172b765fa9fb1e12022be.tar.gz historical-7a4d06fbf95bca58ce1172b765fa9fb1e12022be.tar.bz2 historical-7a4d06fbf95bca58ce1172b765fa9fb1e12022be.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/dbacl')
-rw-r--r-- | app-text/dbacl/dbacl-1.0.ebuild | 3 | ||||
-rw-r--r-- | app-text/dbacl/dbacl-1.3.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-text/dbacl/dbacl-1.0.ebuild b/app-text/dbacl/dbacl-1.0.ebuild index 0b1d949c539d..2f1d936b1c92 100644 --- a/app-text/dbacl/dbacl-1.0.ebuild +++ b/app-text/dbacl/dbacl-1.0.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/app-text/dbacl/dbacl-1.0.ebuild,v 1.7 2004/07/01 11:56:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.0.ebuild,v 1.8 2004/07/13 20:45:52 agriffis Exp $ DESCRIPTION="digramic Bayesian text classifier" HOMEPAGE="http://www.lbreyer.com/gpl.html" @@ -9,6 +9,7 @@ SRC_URI="http://www.lbreyer.com/gpl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="virtual/libc" diff --git a/app-text/dbacl/dbacl-1.3.ebuild b/app-text/dbacl/dbacl-1.3.ebuild index ff6ae280b090..8830eb557813 100644 --- a/app-text/dbacl/dbacl-1.3.ebuild +++ b/app-text/dbacl/dbacl-1.3.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/app-text/dbacl/dbacl-1.3.ebuild,v 1.8 2004/07/01 11:56:53 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dbacl/dbacl-1.3.ebuild,v 1.9 2004/07/13 20:45:52 agriffis Exp $ inherit eutils @@ -11,6 +11,7 @@ SRC_URI="http://www.lbreyer.com/gpl/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 s390" +IUSE="" DEPEND="virtual/libc" |