diff options
author | Sam James <sam@gentoo.org> | 2020-07-09 11:16:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-09 11:16:05 +0000 |
commit | c43e1aaae05c9916831673e526a78eaa1afb85e6 (patch) | |
tree | 76508ae48e3312f1a18a586430621cea2a585f48 /net-libs/kdsoap-ws-discovery-client | |
parent | net-libs/kdsoap: arm keyworded (bug #489446) (diff) | |
download | gentoo-c43e1aaae05c9916831673e526a78eaa1afb85e6.tar.gz gentoo-c43e1aaae05c9916831673e526a78eaa1afb85e6.tar.bz2 gentoo-c43e1aaae05c9916831673e526a78eaa1afb85e6.zip |
net-libs/kdsoap-ws-discovery-client: arm keyworded (bug #489446)
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/kdsoap-ws-discovery-client')
-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 d169237e5718..a9a27b5eb6c4 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 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" S="${WORKDIR}/${PN}-${COMMIT}-${COMMIT}" else EGIT_REPO_URI="https://gitlab.com/caspermeijn/${PN}.git" |