diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-24 21:30:20 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-03-24 21:30:20 -0700 |
commit | d371b7b3cd8303ae35ad8979cb11c733c8fc7774 (patch) | |
tree | 5b5061887cb42c442ffa03eecbbfbeb5d4f0c4e8 /net-libs/kdsoap-ws-discovery-client | |
parent | net-libs/kdsoap: keyword on ~ppc64, bug #489446 (diff) | |
download | gentoo-d371b7b3cd8303ae35ad8979cb11c733c8fc7774.tar.gz gentoo-d371b7b3cd8303ae35ad8979cb11c733c8fc7774.tar.bz2 gentoo-d371b7b3cd8303ae35ad8979cb11c733c8fc7774.zip |
net-libs/kdsoap-ws-discovery-client: keyword on ~ppc64, bug #489446
Package-Manager: Portage-2.3.95, Repoman-2.3.21
Signed-off-by: Georgy Yakovlev <gyakovlev@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 ac8ee194cf60..dabcdda16bf0 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" + KEYWORDS="~amd64 ~ppc64" S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}" else EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git" |