diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-30 08:56:53 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-30 08:57:59 +0200 |
commit | 14188a6f0974eccb459c5ae9cd989e4a016617bc (patch) | |
tree | 3b115073768b81d667324e989b82e303ceff4719 /net-libs/kdsoap-ws-discovery-client | |
parent | net-libs/kdsoap: amd64 stable wrt bug #731966 (diff) | |
download | gentoo-14188a6f0974eccb459c5ae9cd989e4a016617bc.tar.gz gentoo-14188a6f0974eccb459c5ae9cd989e4a016617bc.tar.bz2 gentoo-14188a6f0974eccb459c5ae9cd989e4a016617bc.zip |
net-libs/kdsoap-ws-discovery-client: amd64 stable wrt bug #731966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@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 a9a27b5eb6c4..f0a71ff6c560 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" |