Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap-ws-discovery-client/
Date: Wed, 06 May 2020 01:01:38
Message-Id: 1588726883.a920412332cf9dad652749b632685c97954cd484.whissi@gentoo
1 commit: a920412332cf9dad652749b632685c97954cd484
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 00:57:20 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 01:01:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9204123
7
8 net-libs/kdsoap-ws-discovery-client: x86 keyworded (bug #489446)
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 .../kdsoap-ws-discovery-client-0.2_pre20200317.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 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
17 index 675ce2cdc42..d169237e571 100644
18 --- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
19 +++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
20 @@ -10,7 +10,7 @@ inherit ecm
21 if [[ ${PV} != *9999* ]]; then
22 COMMIT=14287e92e80a77aa4c0adee2871e6b87c9c3055e
23 SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~arm64 ~ppc64"
25 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
26 S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}"
27 else
28 EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git"