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: Mon, 14 Dec 2015 14:12:42
Message-Id: 1450102293.58cc9b70e41b072143ac9006d2ee45a9c38bff22.ago@gentoo
1 commit: 58cc9b70e41b072143ac9006d2ee45a9c38bff22
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 14 14:11:33 2015 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 14 14:11:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cc9b70
7
8 dev-libs/libnl: amd64 stable wrt bug #568052
9
10 Package-Manager: portage-2.2.24
11 RepoMan-Options: --include-arches="amd64"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 dev-libs/libnl/libnl-3.2.27.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libnl/libnl-3.2.27.ebuild b/dev-libs/libnl/libnl-3.2.27.ebuild
18 index 5d9f795..1c305ae 100644
19 --- a/dev-libs/libnl/libnl-3.2.27.ebuild
20 +++ b/dev-libs/libnl/libnl-3.2.27.ebuild
21 @@ -18,7 +18,7 @@ SRC_URI="
22 "
23 LICENSE="LGPL-2.1 utils? ( GPL-2 )"
24 SLOT="3"
25 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
26 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux"
27 IUSE="static-libs python utils"
28
29 RDEPEND="python? ( ${PYTHON_DEPS} )