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/libnftnl/
Date: Tue, 02 Jul 2019 12:35:21
Message-Id: 1562070905.676e31d1dd8c313a331204f5fa5770ff65770448.ago@gentoo
1 commit: 676e31d1dd8c313a331204f5fa5770ff65770448
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 12:35:05 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 12:35:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=676e31d1
7
8 net-libs/libnftnl: ia64 stable wrt bug #688970
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ia64"
13
14 net-libs/libnftnl/libnftnl-1.1.3.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/net-libs/libnftnl/libnftnl-1.1.3.ebuild b/net-libs/libnftnl/libnftnl-1.1.3.ebuild
18 index 6342a08da37..df267ab10fa 100644
19 --- a/net-libs/libnftnl/libnftnl-1.1.3.ebuild
20 +++ b/net-libs/libnftnl/libnftnl-1.1.3.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://netfilter.org/projects/${PN}/files/${P}.tar.bz2"
22
23 LICENSE="GPL-2"
24 SLOT="0/11" # libnftnl.so version
25 -KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
26 +KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
27 IUSE="examples static-libs test"
28
29 RDEPEND=">=net-libs/libmnl-1.0.3"