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 | 607596b70781b8c0b053a5eea59272c1b9415f8b (patch) | |
tree | f8969c77651947cd3639b06a9329bba30c3194ab /dev-perl/Jcode | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (Manifest recommit) (diff) | |
download | gentoo-2-607596b70781b8c0b053a5eea59272c1b9415f8b.tar.gz gentoo-2-607596b70781b8c0b053a5eea59272c1b9415f8b.tar.bz2 gentoo-2-607596b70781b8c0b053a5eea59272c1b9415f8b.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" |