diff options
author | Sam James <sam@gentoo.org> | 2020-08-03 22:33:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-08-03 23:19:27 +0000 |
commit | 7a9ce37b6c9f71df1128a91b0bfd38d562e8389b (patch) | |
tree | 1d51f7d057d20e538bb678967a9b04256e00d79e /net-libs/kdsoap-ws-discovery-client | |
parent | net-libs/kdsoap: arm64 stable (bug #731966) (diff) | |
download | gentoo-7a9ce37b6c9f71df1128a91b0bfd38d562e8389b.tar.gz gentoo-7a9ce37b6c9f71df1128a91b0bfd38d562e8389b.tar.bz2 gentoo-7a9ce37b6c9f71df1128a91b0bfd38d562e8389b.zip |
net-libs/kdsoap-ws-discovery-client: 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-ws-discovery-client')
-rw-r--r-- | net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild index 49777117ad61..d9179fc30fc6 100644 --- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild +++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild @@ -10,7 +10,7 @@ inherit ecm if [[ ${PV} != *9999* ]]; then COMMIT=14287e92e80a77aa4c0adee2871e6b87c9c3055e SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}" else EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git" |