diff options
author | 2022-03-09 21:24:14 +0800 | |
---|---|---|
committer | 2022-03-09 21:32:07 +0800 | |
commit | 83e58e67610753cc7ffeeba64c474747cafddbd1 (patch) | |
tree | fb37e3886bf6d3bd1926b942865d3c9597395f1d /dev-perl | |
parent | dev-perl/Net-Jabber: keyword ~riscv (diff) | |
download | gentoo-83e58e67610753cc7ffeeba64c474747cafddbd1.tar.gz gentoo-83e58e67610753cc7ffeeba64c474747cafddbd1.tar.bz2 gentoo-83e58e67610753cc7ffeeba64c474747cafddbd1.zip |
dev-perl/SOAP-Lite: keyword ~riscv
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild index 6085f2ad4451..e4718e5da3ec 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.270.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.270.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=8 @@ -12,7 +12,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve IUSE="ssl test xmpp" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux" myconf="${myconf} --noprompt" |