diff options
Diffstat (limited to 'dev-perl/digest-base/digest-base-1.05.ebuild')
-rw-r--r-- | dev-perl/digest-base/digest-base-1.05.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/digest-base/digest-base-1.05.ebuild b/dev-perl/digest-base/digest-base-1.05.ebuild index b8ff88b7705e..3a2ea69a0deb 100644 --- a/dev-perl/digest-base/digest-base-1.05.ebuild +++ b/dev-perl/digest-base/digest-base-1.05.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/digest-base/digest-base-1.05.ebuild,v 1.13 2004/06/25 00:24:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/digest-base/digest-base-1.05.ebuild,v 1.14 2004/07/14 17:22:46 agriffis Exp $ inherit perl-module @@ -14,5 +14,6 @@ SRC_URI="http://www.cpan.org/modules/by-authors/id/G/GA/GAAS/${MY_P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390" +IUSE="" mydoc="rfc*.txt" |