diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:12:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-06 02:12:28 +0000 |
commit | 9c6e87d82718b482c5026c91a938885f97d84781 (patch) | |
tree | 0986531e2acbffff74dccbf3bb4f739e979226f2 /dev-perl/crypt-dh | |
parent | Security punts for bug #140498. (diff) | |
download | gentoo-2-9c6e87d82718b482c5026c91a938885f97d84781.tar.gz gentoo-2-9c6e87d82718b482c5026c91a938885f97d84781.tar.bz2 gentoo-2-9c6e87d82718b482c5026c91a938885f97d84781.zip |
Adding perl dep; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/crypt-dh')
-rw-r--r-- | dev-perl/crypt-dh/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/crypt-dh/crypt-dh-0.03.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/crypt-dh/crypt-dh-0.06.ebuild | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/dev-perl/crypt-dh/ChangeLog b/dev-perl/crypt-dh/ChangeLog index fcbf4f4268b8..b6b96a361f78 100644 --- a/dev-perl/crypt-dh/ChangeLog +++ b/dev-perl/crypt-dh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/crypt-dh # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dh/ChangeLog,v 1.15 2006/07/05 14:12:10 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dh/ChangeLog,v 1.16 2006/08/06 02:12:28 mcummings Exp $ + + 06 Aug 2006; Michael Cummings <mcummings@gentoo.org> crypt-dh-0.03.ebuild, + crypt-dh-0.06.ebuild: + Adding perl dep; fixed DEPEND 05 Jul 2006; Christian Hartmann <ian@gentoo.org> crypt-dh-0.03.ebuild, crypt-dh-0.06.ebuild: diff --git a/dev-perl/crypt-dh/crypt-dh-0.03.ebuild b/dev-perl/crypt-dh/crypt-dh-0.03.ebuild index 9883da28d1e9..77d5112bb500 100644 --- a/dev-perl/crypt-dh/crypt-dh-0.03.ebuild +++ b/dev-perl/crypt-dh/crypt-dh-0.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dh/crypt-dh-0.03.ebuild,v 1.12 2006/07/05 14:12:10 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dh/crypt-dh-0.03.ebuild,v 1.13 2006/08/06 02:12:28 mcummings Exp $ inherit perl-module @@ -16,5 +16,7 @@ KEYWORDS="alpha amd64 hppa ~mips ~ppc sparc x86" IUSE="" DEPEND="dev-perl/math-pari - dev-perl/crypt-random" -RDEPEND="${DEPEND}"
\ No newline at end of file + dev-perl/crypt-random + dev-lang/perl" +RDEPEND="${DEPEND}" + diff --git a/dev-perl/crypt-dh/crypt-dh-0.06.ebuild b/dev-perl/crypt-dh/crypt-dh-0.06.ebuild index 48c7f0c138f7..096aac903826 100644 --- a/dev-perl/crypt-dh/crypt-dh-0.06.ebuild +++ b/dev-perl/crypt-dh/crypt-dh-0.06.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dh/crypt-dh-0.06.ebuild,v 1.8 2006/07/05 14:12:10 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/crypt-dh/crypt-dh-0.06.ebuild,v 1.9 2006/08/06 02:12:28 mcummings Exp $ inherit perl-module @@ -17,5 +17,7 @@ IUSE="" DEPEND="dev-perl/math-pari >=virtual/perl-Math-BigInt-1.60 - dev-perl/crypt-random" -RDEPEND="${DEPEND}"
\ No newline at end of file + dev-perl/crypt-random + dev-lang/perl" +RDEPEND="${DEPEND}" + |