diff options
author | 2014-12-07 20:29:39 +0000 | |
---|---|---|
committer | 2014-12-07 20:29:39 +0000 | |
commit | 85c06ee4f216bc9af69b0a7540d26b73f8cb82bc (patch) | |
tree | cc9ff94aa845289314fcba41e7a3ac39ac30abe7 /dev-libs | |
parent | arm stable, bug #517380 (diff) | |
download | gentoo-2-85c06ee4f216bc9af69b0a7540d26b73f8cb82bc.tar.gz gentoo-2-85c06ee4f216bc9af69b0a7540d26b73f8cb82bc.tar.bz2 gentoo-2-85c06ee4f216bc9af69b0a7540d26b73f8cb82bc.zip |
arm stable, bug #509544
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 316bebec03c8..f7bdca354659 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.215 2014/12/03 08:55:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.216 2014/12/07 20:29:39 maekke Exp $ + + 07 Dec 2014; Markus Meier <maekke@gentoo.org> libnl-3.2.25.ebuild: + arm stable, bug #509544 03 Dec 2014; Jeroen Roovers <jer@gentoo.org> libnl-3.2.25.ebuild: Stable for HPPA (bug #509544). diff --git a/dev-libs/libnl/libnl-3.2.25.ebuild b/dev-libs/libnl/libnl-3.2.25.ebuild index 8c2ccda6ebd5..cafc56d338d4 100644 --- a/dev-libs/libnl/libnl-3.2.25.ebuild +++ b/dev-libs/libnl/libnl-3.2.25.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.4 2014/12/03 08:55:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.5 2014/12/07 20:29:39 maekke Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} ) |