diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-10-29 19:07:16 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-23 15:02:24 +0100 |
commit | b0b2f7b7d8378fc4a2198ea732a82300f4663af8 (patch) | |
tree | 7e51a115e883b9f95c4320aa41d0aa96040da904 /dev-perl | |
parent | dev-perl/Class-Accessor-Chained: Keyword 0.10.0-r2 riscv, #878483 (diff) | |
download | gentoo-b0b2f7b7d8378fc4a2198ea732a82300f4663af8.tar.gz gentoo-b0b2f7b7d8378fc4a2198ea732a82300f4663af8.tar.bz2 gentoo-b0b2f7b7d8378fc4a2198ea732a82300f4663af8.zip |
dev-perl/Data-Page: Keyword 2.30.0 riscv, #878483
Signed-off-by: Yu Gu <guyu2876@gmail.com>
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Data-Page/Data-Page-2.30.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild index e15895a38e6e..1c6e7d38698c 100644 --- a/dev-perl/Data-Page/Data-Page-2.30.0.ebuild +++ b/dev-perl/Data-Page/Data-Page-2.30.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="help when paging through sets of results" SLOT="0" -KEYWORDS="amd64 ~x86 ~x86-solaris" +KEYWORDS="amd64 ~riscv ~x86 ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |