Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap-ws-discovery-client/
Date: Fri, 01 May 2020 08:40:44
Message-Id: 1588322220.6497c722a46400349bce783ec48dda42c9ab257c.leio@gentoo
1 commit: 6497c722a46400349bce783ec48dda42c9ab257c
2 Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
3 AuthorDate: Thu Apr 30 19:35:26 2020 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri May 1 08:37:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6497c722
7
8 net-libs/kdsoap-ws-discovery-client: arm64 keyworded (bug #489446)
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
12 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
13
14 .../kdsoap-ws-discovery-client-0.2_pre20200317.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index dabcdda16bf..675ce2cdc42 100644
19 --- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
20 +++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200317.ebuild
21 @@ -10,7 +10,7 @@ inherit ecm
22 if [[ ${PV} != *9999* ]]; then
23 COMMIT=14287e92e80a77aa4c0adee2871e6b87c9c3055e
24 SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz"
25 - KEYWORDS="~amd64 ~ppc64"
26 + KEYWORDS="~amd64 ~arm64 ~ppc64"
27 S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}"
28 else
29 EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git"