diff options
author | 2012-02-19 12:08:14 +0000 | |
---|---|---|
committer | 2012-02-19 12:08:14 +0000 | |
commit | 4429442f2e6631951066f3bfb2e0229ef036923f (patch) | |
tree | 459b56bec21c353e3352e5ef712e7f0a8c514f48 /dev-perl/Package-Stash-XS | |
parent | Keyworded on alpha, bug #389001 (diff) | |
download | gentoo-2-4429442f2e6631951066f3bfb2e0229ef036923f.tar.gz gentoo-2-4429442f2e6631951066f3bfb2e0229ef036923f.tar.bz2 gentoo-2-4429442f2e6631951066f3bfb2e0229ef036923f.zip |
Keyworded on alpha, bug #389001
(Portage version: 2.1.10.46/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Package-Stash-XS')
-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 35b68d06bd2e..35688832dea2 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.17 2012/02/18 13:58:04 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/ChangeLog,v 1.18 2012/02/19 12:08:14 klausman Exp $ + + 19 Feb 2012; Tobias Klausmann <klausman@gentoo.org> + Package-Stash-XS-0.250.0.ebuild: + Keyworded on alpha, bug #389001 18 Feb 2012; Torsten Veller <tove@gentoo.org> -Package-Stash-XS-0.230.0.ebuild, -Package-Stash-XS-0.240.0.ebuild: 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 9a9db2945fc9..08fce955d215 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.6 2012/02/14 11:33:17 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Package-Stash-XS/Package-Stash-XS-0.250.0.ebuild,v 1.7 2012/02/19 12:08:14 klausman Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Faster and more correct implementation of the Package::Stash API" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="" |