diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-16 16:56:43 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-16 17:05:05 +1200 |
commit | d8905316c905b2fb55cdcf94041f4b567ec8ae90 (patch) | |
tree | 8e8b971d90f21e97006408bf783e96939adb4ee1 /dev-perl/Dist-CheckConflicts | |
parent | dev-perl/Class-Load: Remove unneeded stable bits on exp arches (diff) | |
download | gentoo-d8905316c905b2fb55cdcf94041f4b567ec8ae90.tar.gz gentoo-d8905316c905b2fb55cdcf94041f4b567ec8ae90.tar.bz2 gentoo-d8905316c905b2fb55cdcf94041f4b567ec8ae90.zip |
dev-perl/Dist-CheckConflicts: Remove unneeded stable bits on exp arches
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/Dist-CheckConflicts')
-rw-r--r-- | dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild index ab83bac90998..cd05a6450e72 100644 --- a/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild +++ b/dev-perl/Dist-CheckConflicts/Dist-CheckConflicts-0.20.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Declare version conflicts for your dist" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND="dev-perl/Sub-Exporter |