diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-25 19:31:58 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-02-25 19:31:58 +0200 |
commit | aa16b0ca97b2eb0189885a036db3e7c56bbbd29b (patch) | |
tree | e4836696162c07a8fbec2d66d81b009710e4bba9 /dev-perl/Devel-Size | |
parent | media-gfx/word_cloud: Switch to DISTUTILS_USE_PEP517 (diff) | |
download | gentoo-aa16b0ca97b2eb0189885a036db3e7c56bbbd29b.tar.gz gentoo-aa16b0ca97b2eb0189885a036db3e7c56bbbd29b.tar.bz2 gentoo-aa16b0ca97b2eb0189885a036db3e7c56bbbd29b.zip |
dev-perl/Devel-Size: Keyword 0.830.0 ppc, #897702
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-perl/Devel-Size')
-rw-r--r-- | dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild b/dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild index 8b7e993e5aa8..8a6e38eff18e 100644 --- a/dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild +++ b/dev-perl/Devel-Size/Devel-Size-0.830.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Perl extension for finding the memory usage of Perl variables" SLOT="0" -KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="test" RESTRICT="!test? ( test )" |