diff options
author | 2020-05-06 02:57:20 +0200 | |
---|---|---|
committer | 2020-05-06 03:01:23 +0200 | |
commit | a920412332cf9dad652749b632685c97954cd484 (patch) | |
tree | 62dee005978b8f54c761dcb9acf600a8e688ea61 | |
parent | net-libs/kdsoap: x86 keyworded (bug #489446) (diff) | |
download | gentoo-a920412332cf9dad652749b632685c97954cd484.tar.gz gentoo-a920412332cf9dad652749b632685c97954cd484.tar.bz2 gentoo-a920412332cf9dad652749b632685c97954cd484.zip |
net-libs/kdsoap-ws-discovery-client: x86 keyworded (bug #489446)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-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 675ce2cdc42b..d169237e5718 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 ~arm64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}" else EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git" |