diff options
author | Sam James <sam@gentoo.org> | 2020-08-03 22:33:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-03 23:19:27 +0000 |
commit | 82c1455be107ddb093db4a78863f8414099d9e12 (patch) | |
tree | f755ee085a79c24f4e54903b4bd5e6cbda6f8fd7 /net-libs/kdsoap | |
parent | kde-apps/kio-extras: arm64 stable (bug #731966) (diff) | |
download | gentoo-82c1455be107ddb093db4a78863f8414099d9e12.tar.gz gentoo-82c1455be107ddb093db4a78863f8414099d9e12.tar.bz2 gentoo-82c1455be107ddb093db4a78863f8414099d9e12.zip |
net-libs/kdsoap: arm64 stable (bug #731966)
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/kdsoap')
-rw-r--r-- | net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild b/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild index 440cc771589b..789535021078 100644 --- a/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild +++ b/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} != *9999* ]]; then LIBKODE_COMMIT=dfe0d565cb58cfb25da77853d9694097aa8e5882 SRC_URI="https://github.com/KDAB/KDSoap/archive/${KDSOAP_COMMIT}.tar.gz -> ${P}.tar.gz https://github.com/cornelius/libkode/archive/${LIBKODE_COMMIT}.tar.gz -> ${P}-libkode-${LIBKODE_COMMIT}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" S="${WORKDIR}/KDSoap-${KDSOAP_COMMIT}" else EGIT_REPO_URI="https://github.com/KDAB/KDSoap.git" |