diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 18:03:47 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-05-06 18:03:47 +0000 |
commit | 1e40888238761fa1eb12ac72343ef96ed9c55b22 (patch) | |
tree | 4725d0d0b09ffc7fefc70ed15a3bda17da5d869b /dev-perl/Module-Install | |
parent | ia64/s390/sh/sparc stable wrt #395735 (diff) | |
download | gentoo-2-1e40888238761fa1eb12ac72343ef96ed9c55b22.tar.gz gentoo-2-1e40888238761fa1eb12ac72343ef96ed9c55b22.tar.bz2 gentoo-2-1e40888238761fa1eb12ac72343ef96ed9c55b22.zip |
Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #408399
(Portage version: 2.1.10.53/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Module-Install')
-rw-r--r-- | dev-perl/Module-Install/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Module-Install/Module-Install-1.60.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Module-Install/ChangeLog b/dev-perl/Module-Install/ChangeLog index 8689cea3fd14..ac471801a7bb 100644 --- a/dev-perl/Module-Install/ChangeLog +++ b/dev-perl/Module-Install/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Module-Install # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.21 2012/04/22 18:08:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/ChangeLog,v 1.22 2012/05/06 18:03:47 armin76 Exp $ + + 06 May 2012; Raúl Porcel <armin76@gentoo.org> Module-Install-1.60.0.ebuild: + Add ~alpha/~arm/~ia64/~s390/~sh/~sparc wrt #408399 22 Apr 2012; Fabian Groffen <grobian@gentoo.org> Module-Install-1.60.0.ebuild: Marked ~amd64-linux, bug #411639 diff --git a/dev-perl/Module-Install/Module-Install-1.60.0.ebuild b/dev-perl/Module-Install/Module-Install-1.60.0.ebuild index 9778c1197467..54e5f0b0751e 100644 --- a/dev-perl/Module-Install/Module-Install-1.60.0.ebuild +++ b/dev-perl/Module-Install/Module-Install-1.60.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-1.60.0.ebuild,v 1.6 2012/04/22 18:08:08 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Install/Module-Install-1.60.0.ebuild,v 1.7 2012/05/06 18:03:47 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Standalone, extensible Perl module installer" SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86 ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x64-macos ~x86-macos" IUSE="test" RDEPEND=">=virtual/perl-File-Spec-3.28 |