diff options
author | Yongxiang Liang <tanekliang@gmail.com> | 2021-09-21 17:50:14 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2021-09-21 21:40:38 +0800 |
commit | c431552cc898602039bd103b175bda12de6c96d2 (patch) | |
tree | d8d11fb612f47c7a0bbef890686ebf3d7229679d /dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild | |
parent | dev-perl/XML-TokeParser: keyword ~riscv (diff) | |
download | gentoo-c431552cc898602039bd103b175bda12de6c96d2.tar.gz gentoo-c431552cc898602039bd103b175bda12de6c96d2.tar.bz2 gentoo-c431552cc898602039bd103b175bda12de6c96d2.zip |
dev-perl/XS-Object-Magic: keyword ~riscv
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang@gmail.com>
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild')
-rw-r--r-- | dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild index 4fbe391345f5..c2444c047a13 100644 --- a/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild +++ b/dev-perl/XS-Object-Magic/XS-Object-Magic-0.40.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ inherit perl-module DESCRIPTION="Opaque, extensible XS pointer backed objects using sv_magic" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )" |