diff options
author | Sam James (sam_c) <sam@cmpct.info> | 2020-06-22 05:28:51 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-06-22 22:02:43 +0300 |
commit | a7aae7a9d04228094eb4ca2a88f3f79dda95a1cd (patch) | |
tree | aa266f89148a2e8d4af7182da11066b6671bc1e5 /dev-perl/SOAP-Lite | |
parent | dev-perl/XML-Parser-Lite: arm64 keyworded (bug #722280) (diff) | |
download | gentoo-a7aae7a9d04228094eb4ca2a88f3f79dda95a1cd.tar.gz gentoo-a7aae7a9d04228094eb4ca2a88f3f79dda95a1cd.tar.bz2 gentoo-a7aae7a9d04228094eb4ca2a88f3f79dda95a1cd.zip |
dev-perl/SOAP-Lite: arm64 keyworded (bug #722280)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-perl/SOAP-Lite')
-rw-r--r-- | dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild index c364c211460c..0a4ca09d3d6b 100644 --- a/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild +++ b/dev-perl/SOAP-Lite/SOAP-Lite-1.260.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ DESCRIPTION="Lightweight interface to the SOAP protocol both on client and serve IUSE="ssl test xmpp" RESTRICT="!test? ( test )" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux" myconf="${myconf} --noprompt" |