diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:19:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-12-21 18:19:27 +0000 |
commit | 1b7babf66bca785f983f27bd68b68325f9ba9e1d (patch) | |
tree | 51ff3b8ba7d334263b5c5b020e2af2aab5ac0172 /dev-libs/libnl | |
parent | Stable for ppc, wrt bug #494320 (diff) | |
download | gentoo-2-1b7babf66bca785f983f27bd68b68325f9ba9e1d.tar.gz gentoo-2-1b7babf66bca785f983f27bd68b68325f9ba9e1d.tar.bz2 gentoo-2-1b7babf66bca785f983f27bd68b68325f9ba9e1d.zip |
Stable for ppc, wrt bug #494836
(Portage version: 2.2.1/cvs/Linux ppc64, 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.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 1e2ad99eb5c6..05dd5012eec6 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.190 2013/12/20 15:05:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.191 2013/12/21 18:19:27 ago Exp $ + + 21 Dec 2013; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.23.ebuild: + Stable for ppc, wrt bug #494836 *libnl-3.2.24_rc1 (20 Dec 2013) diff --git a/dev-libs/libnl/libnl-3.2.23.ebuild b/dev-libs/libnl/libnl-3.2.23.ebuild index aaf176bc2e53..68f1a7dcc6f9 100644 --- a/dev-libs/libnl/libnl-3.2.23.ebuild +++ b/dev-libs/libnl/libnl-3.2.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.2 2013/12/20 15:05:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.3 2013/12/21 18:19:27 ago Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} )" |