Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap/
Date: Thu, 30 Jul 2020 06:58:18
Message-Id: 1596092279.a5e2c37c9349ac993e15b74d600906372e1748d0.ago@gentoo
1 commit: a5e2c37c9349ac993e15b74d600906372e1748d0
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 06:56:47 2020 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 06:57:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e2c37c
7
8 net-libs/kdsoap: amd64 stable wrt bug #731966
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild b/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild
18 index 1b5d5b2cfca..fa195aff1f2 100644
19 --- a/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild
20 +++ b/net-libs/kdsoap/kdsoap-1.9.50_pre20200317.ebuild
21 @@ -8,7 +8,7 @@ if [[ ${PV} != *9999* ]]; then
22 LIBKODE_COMMIT=dfe0d565cb58cfb25da77853d9694097aa8e5882
23 SRC_URI="https://github.com/KDAB/KDSoap/archive/${KDSOAP_COMMIT}.tar.gz -> ${P}.tar.gz
24 https://github.com/cornelius/libkode/archive/${LIBKODE_COMMIT}.tar.gz -> ${P}-libkode-${LIBKODE_COMMIT}.tar.gz"
25 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
26 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
27 S="${WORKDIR}/KDSoap-${KDSOAP_COMMIT}"
28 else
29 EGIT_REPO_URI="https://github.com/KDAB/KDSoap.git"