diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:23:05 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-02 09:23:05 +0000 |
commit | 77b02d6b2a66d625b155a14b51d72c51bdd36800 (patch) | |
tree | 5e4406962b42b0b710e4d3c0d734c39da48c5f2e /dev-libs/libnl | |
parent | Stable for ppc, wrt bug #534640 (diff) | |
download | gentoo-2-77b02d6b2a66d625b155a14b51d72c51bdd36800.tar.gz gentoo-2-77b02d6b2a66d625b155a14b51d72c51bdd36800.tar.bz2 gentoo-2-77b02d6b2a66d625b155a14b51d72c51bdd36800.zip |
Stable for ppc, wrt bug #509544
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libnl')
-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 6b9d904aa8a8..ef94c0b0fb88 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.218 2015/01/10 20:41:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.219 2015/03/02 09:23:05 ago Exp $ + + 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.25.ebuild: + Stable for ppc, wrt bug #509544 10 Jan 2015; Tobias Klausmann <klausman@gentoo.org> libnl-3.2.25.ebuild: Stable on alpha, bug 509544 diff --git a/dev-libs/libnl/libnl-3.2.25.ebuild b/dev-libs/libnl/libnl-3.2.25.ebuild index 589cfa08ab05..67c4f7c8b8a8 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-2015 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.7 2015/01/10 20:41:24 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.8 2015/03/02 09:23:05 ago 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} ) |