diff options
author | Kent Fredric <kentnl@gentoo.org> | 2018-06-03 20:14:17 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2018-06-03 20:14:41 +1200 |
commit | 1984f286164c5dfba6f85d24542da07b17a9e169 (patch) | |
tree | a67f6257122f77ee45a6f43905b82fac86aa001b /dev-perl/DateTime-Format-Strptime | |
parent | dev-perl/Data-FormValidator: Cleanup old versions 4.86* (diff) | |
download | gentoo-1984f286164c5dfba6f85d24542da07b17a9e169.tar.gz gentoo-1984f286164c5dfba6f85d24542da07b17a9e169.tar.bz2 gentoo-1984f286164c5dfba6f85d24542da07b17a9e169.zip |
dev-perl/DateTime-Format-Strptime: Restore dropped keywords
Resurrect arm, arm664, ia64, ppc, ppc64 and sparc due to dependencies
now being satisfied, as if this version was bumped with a new dep
which was already keyworded.
alpha and hppa are blocked by https://bugs.gentoo.org/652718
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'dev-perl/DateTime-Format-Strptime')
-rw-r--r-- | dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild index ce821454224d..b96e949919c2 100644 --- a/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.0.ebuild +++ b/dev-perl/DateTime-Format-Strptime/DateTime-Format-Strptime-1.740.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 @@ DESCRIPTION="Parse and Format DateTimes using Strptime" LICENSE="Artistic-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-aix ~x86-fbsd ~x64-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x64-macos ~x86-solaris" IUSE="test" RDEPEND=" |