diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-16 16:51:24 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-16 17:05:04 +1200 |
commit | cfcf87fdd0bf3b968e6049ed92cb24c4d078cc5d (patch) | |
tree | 6e3e0b71554caeea35ff1759ac1640e8b9a80d23 /dev-perl | |
parent | dev-perl/HTTP-Negotiate: Remove unneeded stable keywords on exp arches. (diff) | |
download | gentoo-cfcf87fdd0bf3b968e6049ed92cb24c4d078cc5d.tar.gz gentoo-cfcf87fdd0bf3b968e6049ed92cb24c4d078cc5d.tar.bz2 gentoo-cfcf87fdd0bf3b968e6049ed92cb24c4d078cc5d.zip |
dev-perl/Class-Load: Remove unneeded stable bits on exp arches
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Class-Load/Class-Load-0.200.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Class-Load/Class-Load-0.200.0-r1.ebuild b/dev-perl/Class-Load/Class-Load-0.200.0-r1.ebuild index 3cf847729b7b..b1f5988d4763 100644 --- a/dev-perl/Class-Load/Class-Load-0.200.0-r1.ebuild +++ b/dev-perl/Class-Load/Class-Load-0.200.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="A working (require q{Class::Name}) and more" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~x86-freebsd ~amd64-linux ~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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |