diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-04-05 17:58:11 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-04-05 17:58:42 +1200 |
commit | 95f19cd99ae6c913a0ce514a62ebca971caf7699 (patch) | |
tree | a2edbd8c0df551da38a15c64cd5b4868299a20f5 /dev-perl/Config-General | |
parent | dev-ruby/serverengine: initial import of 2.0.6 (diff) | |
download | gentoo-95f19cd99ae6c913a0ce514a62ebca971caf7699.tar.gz gentoo-95f19cd99ae6c913a0ce514a62ebca971caf7699.tar.bz2 gentoo-95f19cd99ae6c913a0ce514a62ebca971caf7699.zip |
dev-perl/Config-General: ppc64 stable for 2.630.0 via ALLARCHES
2.630.0 was previously stabilized for bug #616134, but it was not
completely stabilized as the dependency graph was started from
Config-Any, which didn't need ppc64.
But it was all-arches, so this is a belatedly applied propagation of
that flag.
Bug: https://bugs.gentoo.org/616134
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/Config-General')
-rw-r--r-- | dev-perl/Config-General/Config-General-2.630.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Config-General/Config-General-2.630.0.ebuild b/dev-perl/Config-General/Config-General-2.630.0.ebuild index 32bc8e4ba2bb..67c0a045cf93 100644 --- a/dev-perl/Config-General/Config-General-2.630.0.ebuild +++ b/dev-perl/Config-General/Config-General-2.630.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Config file parser module" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" |