diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2018-04-07 15:12:20 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-04-07 18:13:19 +0300 |
commit | 52b7ce705bf9c86e00cfb082c60528cafa579d8c (patch) | |
tree | 2340b32acdb5dbb2a9d6c561194fc6a628e0974c /dev-perl/DateTime-TimeZone | |
parent | dev-perl/Test-File-ShareDir: added ~arm64 keyword (Bug 652718) (diff) | |
download | gentoo-52b7ce705bf9c86e00cfb082c60528cafa579d8c.tar.gz gentoo-52b7ce705bf9c86e00cfb082c60528cafa579d8c.tar.bz2 gentoo-52b7ce705bf9c86e00cfb082c60528cafa579d8c.zip |
dev-perl/DateTime-TimeZone: added ~arm64 keyword (Bug 652718)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-perl/DateTime-TimeZone')
-rw-r--r-- | dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild index cd4aaed2eb24..2ca9c6c84999 100644 --- a/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.0.ebuild +++ b/dev-perl/DateTime-TimeZone/DateTime-TimeZone-2.130.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 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Time zone object base class and factory" SLOT="0" -KEYWORDS="~amd64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" +KEYWORDS="~amd64 ~arm64 ~mips ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="test" RDEPEND=" |