diff options
author | Yu Gu <guyu2876@gmail.com> | 2022-09-13 21:53:45 +0800 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-14 17:23:54 +0200 |
commit | 57ff52f15acb669d0ced499ee2405995717ad6c0 (patch) | |
tree | c82c6d338334ba183bbe9a2b185454bde041d5f0 /dev-perl | |
parent | dev-perl/Email-Address-XS: Keyword 1.50.0 riscv, #869923 (diff) | |
download | gentoo-57ff52f15acb669d0ced499ee2405995717ad6c0.tar.gz gentoo-57ff52f15acb669d0ced499ee2405995717ad6c0.tar.bz2 gentoo-57ff52f15acb669d0ced499ee2405995717ad6c0.zip |
dev-perl/Email-MIME-ContentType: Keyword 1.26.0 riscv, #869923
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/Email-MIME-ContentType/Email-MIME-ContentType-1.26.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.26.0.ebuild b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.26.0.ebuild index 46c67aff8eec..953d2fb39ff5 100644 --- a/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.26.0.ebuild +++ b/dev-perl/Email-MIME-ContentType/Email-MIME-ContentType-1.26.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="Parse a MIME Content-Type Header or Content-Disposition Header" SLOT="0" -KEYWORDS="~alpha amd64 ppc ppc64 x86 ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ppc ppc64 ~riscv x86 ~sparc-solaris ~x86-solaris" IUSE="test" RESTRICT="!test? ( test )" |