diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-04-01 16:09:31 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-04-01 16:09:31 +0000 |
commit | 44109f5fb91e4bcbe64a57b3fc2b871f6d48e63f (patch) | |
tree | 690180f9081252af6ac9340823a4308a479718dd /dev-perl | |
parent | And making apxs actually executable helps ... (diff) | |
download | gentoo-2-44109f5fb91e4bcbe64a57b3fc2b871f6d48e63f.tar.gz gentoo-2-44109f5fb91e4bcbe64a57b3fc2b871f6d48e63f.tar.bz2 gentoo-2-44109f5fb91e4bcbe64a57b3fc2b871f6d48e63f.zip |
Add ~alpha/~ia64/~s390/~sh/~sparc wrt #403413
(Portage version: 2.1.10.53/cvs/Linux ia64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Module-Implementation/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Module-Implementation/Module-Implementation-0.60.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Module-Implementation/ChangeLog b/dev-perl/Module-Implementation/ChangeLog index e1a18df70d71..47dada935803 100644 --- a/dev-perl/Module-Implementation/ChangeLog +++ b/dev-perl/Module-Implementation/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Module-Implementation # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Implementation/ChangeLog,v 1.6 2012/03/25 14:08:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Implementation/ChangeLog,v 1.7 2012/04/01 16:09:31 armin76 Exp $ + + 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> + Module-Implementation-0.60.0.ebuild: + Add ~alpha/~ia64/~s390/~sh/~sparc wrt #403413 25 Mar 2012; Brent Baude <ranger@gentoo.org> Module-Implementation-0.60.0.ebuild: diff --git a/dev-perl/Module-Implementation/Module-Implementation-0.60.0.ebuild b/dev-perl/Module-Implementation/Module-Implementation-0.60.0.ebuild index 0ae96da69431..cc18775a0e6b 100644 --- a/dev-perl/Module-Implementation/Module-Implementation-0.60.0.ebuild +++ b/dev-perl/Module-Implementation/Module-Implementation-0.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-Implementation/Module-Implementation-0.60.0.ebuild,v 1.6 2012/03/25 14:08:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Implementation/Module-Implementation-0.60.0.ebuild,v 1.7 2012/04/01 16:09:31 armin76 Exp $ EAPI=4 @@ -12,7 +12,7 @@ DESCRIPTION="Loads one of several alternate underlying implementations for a mod LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |