diff options
author | Markus Meier <maekke@gentoo.org> | 2017-06-15 18:26:41 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-06-15 18:26:41 +0200 |
commit | 132c188ad92a72db3d2609055cbe53b14786c19a (patch) | |
tree | 45fd288aff0b997fa8a17c35d71de6c22963d451 /dev-perl/Sort-Key | |
parent | dev-perl/Lingua-Translit: add ~arm, bug #620228 (diff) | |
download | gentoo-132c188ad92a72db3d2609055cbe53b14786c19a.tar.gz gentoo-132c188ad92a72db3d2609055cbe53b14786c19a.tar.bz2 gentoo-132c188ad92a72db3d2609055cbe53b14786c19a.zip |
dev-perl/Sort-Key: add ~arm, bug #620228
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'dev-perl/Sort-Key')
-rw-r--r-- | dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild b/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild index 9e176ccb03af..1623e8618061 100644 --- a/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild +++ b/dev-perl/Sort-Key/Sort-Key-1.330.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,4 +11,4 @@ inherit perl-module DESCRIPTION="sort objects by some (calculated) key" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" |