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 | ca65c8b273e2062c19f166736914ec689ae0c68f (patch) | |
tree | d8b4a918e81f329ec415f075ac4f1c1bd5563698 /app-text/dbacl/dbacl-1.0.ebuild | |
parent | sync IUSE (+emacs) (Manifest recommit) (diff) | |
download | gentoo-2-ca65c8b273e2062c19f166736914ec689ae0c68f.tar.gz gentoo-2-ca65c8b273e2062c19f166736914ec689ae0c68f.tar.bz2 gentoo-2-ca65c8b273e2062c19f166736914ec689ae0c68f.zip |
sync IUSE (missing)
Diffstat (limited to 'app-text/dbacl/dbacl-1.0.ebuild')
-rw-r--r-- | app-text/dbacl/dbacl-1.0.ebuild | 3 |
1 files changed, 2 insertions, 1 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" |