diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-20 13:59:44 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-20 13:59:44 +0000 |
commit | 69b36ba9906f4a747c3a3f48bb9c2994f4c9f37b (patch) | |
tree | 96a3deaec2908a71612a15126cb63b3b228d9303 /dev-perl | |
parent | initial import (diff) | |
download | gentoo-2-69b36ba9906f4a747c3a3f48bb9c2994f4c9f37b.tar.gz gentoo-2-69b36ba9906f4a747c3a3f48bb9c2994f4c9f37b.tar.bz2 gentoo-2-69b36ba9906f4a747c3a3f48bb9c2994f4c9f37b.zip |
security update in perl caused version bump
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild | 4 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-perl/ExtUtils-MakeMaker/ChangeLog b/dev-perl/ExtUtils-MakeMaker/ChangeLog index cf465826b26b..35716ad19195 100644 --- a/dev-perl/ExtUtils-MakeMaker/ChangeLog +++ b/dev-perl/ExtUtils-MakeMaker/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/ExtUtils-MakeMaker # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.12 2002/12/19 22:23:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ChangeLog,v 1.13 2002/12/20 13:59:37 mcummings Exp $ + +* ExtUtils-MakeMaker-6.05-r4 (20 Dec 2002) + + (20 Dec 2002) Michael Cummings <mcummings@gentoo.org> + ExtUtils-MakeMake-6.05-r4.ebuild: + + This bump is for the security bump in the main perl * ExtUtils-MakeMake-6.05-r2 (12 Dec 2002) diff --git a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild index 63584b13f5c8..f6ad41710b03 100644 --- a/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild +++ b/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild,v 1.1 2002/12/19 22:23:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-MakeMaker/ExtUtils-MakeMaker-6.05-r4.ebuild,v 1.2 2002/12/20 13:59:44 mcummings Exp $ inherit perl-post @@ -11,7 +11,7 @@ HOMEPAGE="http://cpan.valueclick.com/modules/by-module/ExtUtils/${P}.readme" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="~x86 ~sparc ~ppc ~alpha" +KEYWORDS="x86 sparc ppc alpha" DEPEND=">=sys-devel/perl-5.6.1-r10" |