diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-04-06 08:29:26 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-04-06 08:31:27 +0200 |
commit | 4e5ba8eb4e9c19325ddc81319c7c6510608b3f31 (patch) | |
tree | e364292ed5bee779dfc0a28b4a10eff759dab99b /net-libs | |
parent | net-libs/kdsoap: amd64 stable wrt bug #774219 (diff) | |
download | gentoo-4e5ba8eb4e9c19325ddc81319c7c6510608b3f31.tar.gz gentoo-4e5ba8eb4e9c19325ddc81319c7c6510608b3f31.tar.bz2 gentoo-4e5ba8eb4e9c19325ddc81319c7c6510608b3f31.zip |
net-libs/kdsoap-ws-discovery-client: amd64 stable wrt bug #774219
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild index 3f84e744876d..933bf855e491 100644 --- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild +++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild @@ -10,7 +10,7 @@ inherit ecm if [[ ${PV} != *9999* ]]; then COMMIT=dcefb65c88e76f1f9eda8b0318006e93d15a0e1e 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" |