Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Thu, 24 Sep 2015 07:59:31
Message-Id: 1443081456.2429933e48905b681f45d537c2aca07cfbdeb134.ago@gentoo
1 commit: 2429933e48905b681f45d537c2aca07cfbdeb134
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 07:57:36 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 07:57:36 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2429933e
7
8 dev-libs/libnl: ia64 stable wrt bug #558132
9
10 Package-Manager: portage-2.2.20.1
11 RepoMan-Options: --include-arches="ia64"
12
13 dev-libs/libnl/libnl-3.2.26.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libnl/libnl-3.2.26.ebuild b/dev-libs/libnl/libnl-3.2.26.ebuild
17 index 6430b27..789e89d 100644
18 --- a/dev-libs/libnl/libnl-3.2.26.ebuild
19 +++ b/dev-libs/libnl/libnl-3.2.26.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="
21 "
22 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
23 SLOT="3"
24 -KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
25 +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~ia64-linux ~x86-linux"
26 IUSE="static-libs python utils"
27
28 RDEPEND="python? ( ${PYTHON_DEPS} )