diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-16 17:02:44 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-16 17:05:05 +1200 |
commit | 054c8a12fc4152a5927a3b56195c6123e6080449 (patch) | |
tree | f85ecafe71bf8f25cdbba44e2a7f615b51c329cf /dev-perl/DateTime-Format-DateParse | |
parent | dev-perl/Dist-CheckConflicts: Remove unneeded stable bits on exp arches (diff) | |
download | gentoo-054c8a12fc4152a5927a3b56195c6123e6080449.tar.gz gentoo-054c8a12fc4152a5927a3b56195c6123e6080449.tar.bz2 gentoo-054c8a12fc4152a5927a3b56195c6123e6080449.zip |
dev-perl/DateTime-Format-DateParse: Remove stable bits on exp arches
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
Diffstat (limited to 'dev-perl/DateTime-Format-DateParse')
-rw-r--r-- | dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild b/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild index 3ef441f7a5d1..2ce6c7680fa5 100644 --- a/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild +++ b/dev-perl/DateTime-Format-DateParse/DateTime-Format-DateParse-0.50.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 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="Parses Date::Parse compatible formats" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86" IUSE="" RDEPEND=">=dev-perl/DateTime-0.29 |