diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-02-02 07:19:43 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2020-02-10 22:54:00 +0100 |
commit | 69d46ef3dacab439b48e916d5b6489f5d70d44d8 (patch) | |
tree | 7ce68592433b7deb0f459c69c537345c7b93860d /perl-core | |
parent | perl-core/Thread-Semaphore: Drop keywords (diff) | |
download | gentoo-69d46ef3dacab439b48e916d5b6489f5d70d44d8.tar.gz gentoo-69d46ef3dacab439b48e916d5b6489f5d70d44d8.tar.bz2 gentoo-69d46ef3dacab439b48e916d5b6489f5d70d44d8.zip |
perl-core/Time-Local: Drop keywords
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Andreas K. Hüttel <dilfridge@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 0e592ae25377..e2bca90b89c0 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-2019 Gentoo Authors +# Copyright 1999-2020 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 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="" IUSE="" SRC_TEST="do" |