diff options
author | Sam James <sam@gentoo.org> | 2021-08-02 05:56:05 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-02 05:56:05 +0100 |
commit | 44f0aa603ad77576daa8ad50efc355c7b3e53c46 (patch) | |
tree | 83ecceb58e7a42249681f89c23ace0de20a1bf79 /dev-perl/Test-Kit | |
parent | dev-perl/Sub-Delete: Stabilize 1.0.20 amd64, #805539 (diff) | |
download | gentoo-44f0aa603ad77576daa8ad50efc355c7b3e53c46.tar.gz gentoo-44f0aa603ad77576daa8ad50efc355c7b3e53c46.tar.bz2 gentoo-44f0aa603ad77576daa8ad50efc355c7b3e53c46.zip |
dev-perl/Test-Kit: Stabilize 2.150.0 amd64, #805539
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Test-Kit')
-rw-r--r-- | dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild index eeeb0e1c91b7..a3367fbfb003 100644 --- a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild +++ b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Build custom test packages with only the features you want" SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos" +KEYWORDS="amd64 ~riscv ~x86 ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" |