Gentoo Archives: gentoo-commits

From: Markus Meier <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libnl/
Date: Sat, 19 Dec 2015 22:08:22
Message-Id: 1450562732.cc16945e356964185da9eb864e7f085e673146fc.maekke@gentoo
1 commit: cc16945e356964185da9eb864e7f085e673146fc
2 Author: Markus Meier <maekke <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 22:05:32 2015 +0000
4 Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 22:05:32 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc16945e
7
8 dev-libs/libnl: arm stable, bug #568052
9
10 Package-Manager: portage-2.2.26
11 RepoMan-Options: --include-arches="arm"
12
13 dev-libs/libnl/libnl-3.2.27.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/libnl/libnl-3.2.27.ebuild b/dev-libs/libnl/libnl-3.2.27.ebuild
17 index cfa1e40..59703c8 100644
18 --- a/dev-libs/libnl/libnl-3.2.27.ebuild
19 +++ b/dev-libs/libnl/libnl-3.2.27.ebuild
20 @@ -18,7 +18,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} )