diff options
author | Raúl Porcel <armin76@gentoo.org> | 2012-04-01 16:36:08 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2012-04-01 16:36:08 +0000 |
commit | 50529730483fb547358cd4fa3bb83e28f19e0bf7 (patch) | |
tree | ae2c5c95f18236d1c9b47db733c312de64cfa6f9 /dev-perl | |
parent | Add ~x86-fbsd. #410401 (diff) | |
download | gentoo-2-50529730483fb547358cd4fa3bb83e28f19e0bf7.tar.gz gentoo-2-50529730483fb547358cd4fa3bb83e28f19e0bf7.tar.bz2 gentoo-2-50529730483fb547358cd4fa3bb83e28f19e0bf7.zip |
Add ~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/Package-Stash-XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Package-Stash-XS/ChangeLog b/dev-perl/Package-Stash-XS/ChangeLog index 2398345b8b6f..001b2588ad52 100644 --- a/dev-perl/Package-Stash-XS/ChangeLog +++ b/dev-perl/Package-Stash-XS/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Package-Stash-XS # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.22 2012/03/31 06:59:56 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.23 2012/04/01 16:36:08 armin76 Exp $ + + 01 Apr 2012; Raúl Porcel <armin76@gentoo.org> + Package-Stash-XS-0.250.0.ebuild: + Add ~ia64/~s390/~sh/~sparc wrt #403413 31 Mar 2012; Torsten Veller <tove@gentoo.org> -Package-Stash-XS-0.210.ebuild: Cleanup diff --git a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild index e984c4cba671..22ccda36f7a7 100644 --- a/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild +++ b/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.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/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild,v 1.10 2012/03/09 10:11:36 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild,v 1.11 2012/04/01 16:36:08 armin76 Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Faster and more correct implementation of the Package::Stash API" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ppc x86 ~x86-fbsd ~x86-freebsd ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="" |