diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:58:58 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 17:58:58 +0000 |
commit | 666de4cee6a3a6d8faa8efcfeb3f032033860bc3 (patch) | |
tree | 7b40403638cef52f723225d047e58beaec9c17d8 /dev-perl/crypt-cbc | |
parent | Marked ~amd64. (diff) | |
download | historical-666de4cee6a3a6d8faa8efcfeb3f032033860bc3.tar.gz historical-666de4cee6a3a6d8faa8efcfeb3f032033860bc3.tar.bz2 historical-666de4cee6a3a6d8faa8efcfeb3f032033860bc3.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/crypt-cbc')
-rw-r--r-- | dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild | 3 | ||||
-rw-r--r-- | dev-perl/crypt-cbc/crypt-cbc-2.11.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild b/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild index 06e506b72d86..66d329a114d6 100644 --- a/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild +++ b/dev-perl/crypt-cbc/crypt-cbc-2.08.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/crypt-cbc/crypt-cbc-2.08.ebuild,v 1.6 2004/06/25 00:16:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-cbc/crypt-cbc-2.08.ebuild,v 1.7 2004/07/14 17:02:32 agriffis Exp $ inherit perl-module @@ -13,5 +13,6 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/L/LD/LDS/${MY_P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64 ~mips" +IUSE="" DEPEND="dev-perl/Digest-MD5" diff --git a/dev-perl/crypt-cbc/crypt-cbc-2.11.ebuild b/dev-perl/crypt-cbc/crypt-cbc-2.11.ebuild index c823691e4e4f..01c650e87437 100644 --- a/dev-perl/crypt-cbc/crypt-cbc-2.11.ebuild +++ b/dev-perl/crypt-cbc/crypt-cbc-2.11.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/crypt-cbc/crypt-cbc-2.11.ebuild,v 1.2 2004/06/25 00:16:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-cbc/crypt-cbc-2.11.ebuild,v 1.3 2004/07/14 17:02:32 agriffis Exp $ inherit perl-module @@ -13,6 +13,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/L/LD/LDS/${MY_P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64 ~mips" +IUSE="" SRC_TEST="do" DEPEND="dev-perl/Digest-MD5" |