diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:37:25 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 18:37:25 +0000 |
commit | 742b175735246213870adf1fee2ef3af59afec50 (patch) | |
tree | cfa6324bed003b545b2c7becc64655683ac4243a /dev-perl/Jcode | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-742b175735246213870adf1fee2ef3af59afec50.tar.gz historical-742b175735246213870adf1fee2ef3af59afec50.tar.bz2 historical-742b175735246213870adf1fee2ef3af59afec50.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/Jcode')
-rw-r--r-- | dev-perl/Jcode/Jcode-0.83.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/Jcode/Jcode-0.83.ebuild b/dev-perl/Jcode/Jcode-0.83.ebuild index 07ea16b8ec26..6b4c664853eb 100644 --- a/dev-perl/Jcode/Jcode-0.83.ebuild +++ b/dev-perl/Jcode/Jcode-0.83.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/Jcode/Jcode-0.83.ebuild,v 1.7 2004/06/25 00:40:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Jcode/Jcode-0.83.ebuild,v 1.8 2004/07/14 18:34:39 agriffis Exp $ inherit perl-module @@ -14,6 +14,7 @@ HOMEPAGE="http://cpan.org/modules/by-authors/id/D/DA/DANKOGAI/${MY_P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" KEYWORDS="x86 amd64 ppc sparc alpha ia64" +IUSE="" DEPEND=">=dev-perl/MIME-Base64-2.1" |