commit: f490912a132fd1f400c82e0980e82dd1d499ad74
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 25 17:54:53 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 25 17:54:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f490912a
net-libs/kdsoap: Stabilize 2.1.1 x86, #878267
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/kdsoap/kdsoap-2.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-libs/kdsoap/kdsoap-2.1.1.ebuild
b/net-libs/kdsoap/kdsoap-2.1.1.ebuild
index 59cb3ec7c910..8aa6116be494 100644
--- a/net-libs/kdsoap/kdsoap-2.1.1.ebuild
+++ b/net-libs/kdsoap/kdsoap-2.1.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
if [[ ${PV} != *9999* ]]; then
SRC_URI="https://github.com/KDAB/KDSoap/releases/download/${P}/${P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
else
EGIT_REPO_URI="https://github.com/KDAB/KDSoap.git"
EGIT_SUBMODULES=( kdwsdl2cpp/libkode -autogen )