Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/hash-slinger/
Date: Tue, 24 Dec 2019 19:52:26
Message-Id: 1577217139.4e96e1748ef8cc804eb5a75e7de8d72858ba2645.zlogene@gentoo
1 commit: 4e96e1748ef8cc804eb5a75e7de8d72858ba2645
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 24 19:51:54 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 24 19:52:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e96e174
7
8 net-dns/hash-slinger: Add ~arm keyword wrt bug #621444
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 RepoMan-Options: --include-arches="arm"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 net-dns/hash-slinger/hash-slinger-2.7-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-dns/hash-slinger/hash-slinger-2.7-r1.ebuild b/net-dns/hash-slinger/hash-slinger-2.7-r1.ebuild
18 index a2ff821691b..161c87a31f2 100644
19 --- a/net-dns/hash-slinger/hash-slinger-2.7-r1.ebuild
20 +++ b/net-dns/hash-slinger/hash-slinger-2.7-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -13,7 +13,7 @@ SRC_URI="https://people.redhat.com/pwouters/${PN}/${P}.tar.gz"
28
29 LICENSE="GPL-2+"
30 SLOT="0"
31 -KEYWORDS="~amd64 ~x86"
32 +KEYWORDS="~amd64 ~arm ~x86"
33 IUSE="ipsec +openpgp +ssh"
34
35 REQUIRED_USE="${PYTHON_REQUIRED_USE}"