diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:44:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:44:56 +0000 |
commit | 1298f8311ffaa5287dc71c17c0fb9d6853b59c4d (patch) | |
tree | fd522722fe64f967b2ded488cd6d6a3812351993 /dev-perl/Text-Kakasi | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-1298f8311ffaa5287dc71c17c0fb9d6853b59c4d.tar.gz gentoo-2-1298f8311ffaa5287dc71c17c0fb9d6853b59c4d.tar.bz2 gentoo-2-1298f8311ffaa5287dc71c17c0fb9d6853b59c4d.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/Text-Kakasi')
-rw-r--r-- | dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild index e5abb8b9ec6c..c0a5262dcec2 100644 --- a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild +++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.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-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.7 2004/06/25 01:05:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.8 2004/07/14 20:44:56 agriffis Exp $ inherit perl-module eutils @@ -11,6 +11,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 amd64 ~ppc" +IUSE="" DEPEND=">=app-i18n/kakasi-2.3.4" |