From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6371B1382C5 for ; Tue, 6 Apr 2021 06:40:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA12AE0958; Tue, 6 Apr 2021 06:40:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 96794E092E for ; Tue, 6 Apr 2021 06:40:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87E3A340D91 for ; Tue, 6 Apr 2021 06:40:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B278B720 for ; Tue, 6 Apr 2021 06:40:24 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1617691201.c400f5d0fad15e7d655a36e4c3d7e9c1d850549c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/kdsoap-ws-discovery-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild X-VCS-Directories: net-libs/kdsoap-ws-discovery-client/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c400f5d0fad15e7d655a36e4c3d7e9c1d850549c X-VCS-Branch: master Date: Tue, 6 Apr 2021 06:40:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89141735-8ac3-4f73-a8b8-6b48563696ca X-Archives-Hash: 6ec22f679df95f95cc19c2de5700d8dd commit: c400f5d0fad15e7d655a36e4c3d7e9c1d850549c Author: Mikle Kolyada gentoo org> AuthorDate: Tue Apr 6 06:40:01 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Apr 6 06:40:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c400f5d0 net-libs/kdsoap-ws-discovery-client: Stabilize 0.2_pre20200927 arm64, #774219 Signed-off-by: Mikle Kolyada gentoo.org> .../kdsoap-ws-discovery-client-0.2_pre20200927.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild index 933bf855e49..da7b75210e7 100644 --- a/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild +++ b/net-libs/kdsoap-ws-discovery-client/kdsoap-ws-discovery-client-0.2_pre20200927.ebuild @@ -10,7 +10,7 @@ inherit ecm if [[ ${PV} != *9999* ]]; then COMMIT=dcefb65c88e76f1f9eda8b0318006e93d15a0e1e SRC_URI="https://gitlab.com/caspermeijn/${PN}/repository/${COMMIT}/archive.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}" else EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git"