diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-07-18 13:17:53 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-07-18 13:18:58 +1200 |
commit | 5a78008a50a77ea988e131f922dce09395c47d02 (patch) | |
tree | 532a7e752a730fc9b198d68cd64ec77290371821 /perl-core | |
parent | perl-core/Thread-Semaphore: Add exp keywords from dev-lang/perl (diff) | |
download | gentoo-5a78008a50a77ea988e131f922dce09395c47d02.tar.gz gentoo-5a78008a50a77ea988e131f922dce09395c47d02.tar.bz2 gentoo-5a78008a50a77ea988e131f922dce09395c47d02.zip |
perl-core/Time-Local: Add ~m68k-mint ~riscv from dev-lang/perl
Package-Manager: Portage-2.3.66, Repoman-2.3.16
RepoMan-Options: --include-arches="m68k-mint riscv"
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'perl-core')
-rw-r--r-- | perl-core/Time-Local/Time-Local-1.230.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-core/Time-Local/Time-Local-1.230.0-r1.ebuild b/perl-core/Time-Local/Time-Local-1.230.0-r1.ebuild index 411ff824e3e6..3358b97b3ed4 100644 --- a/perl-core/Time-Local/Time-Local-1.230.0-r1.ebuild +++ b/perl-core/Time-Local/Time-Local-1.230.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Implements timelocal() and timegm()" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" SRC_TEST="do" |