Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Tue, 01 Sep 2015 04:38:12
Message-Id: 1441082166.2365f496621864d0c6e3bf7349a3078ff44d3089.jer@gentoo
1 commit: 2365f496621864d0c6e3bf7349a3078ff44d3089
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 04:36:06 2015 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 04:36:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2365f496
7
8 dev-libs/libnl: Stable for PPC64 (bug #558132).
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-libs/libnl/libnl-3.2.26.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libnl/libnl-3.2.26.ebuild b/dev-libs/libnl/libnl-3.2.26.ebuild
16 index 5af8f10..eab00f8 100644
17 --- a/dev-libs/libnl/libnl-3.2.26.ebuild
18 +++ b/dev-libs/libnl/libnl-3.2.26.ebuild
19 @@ -16,7 +16,7 @@ SRC_URI="
20 "
21 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
22 SLOT="3"
23 -KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
24 +KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
25 IUSE="static-libs python utils"
26
27 RDEPEND="python? ( ${PYTHON_DEPS} )