diff options
author | 2012-12-09 18:29:10 +0000 | |
---|---|---|
committer | 2012-12-09 18:29:10 +0000 | |
commit | 2822271674e28a07bacf7b78080d6669f4b5d709 (patch) | |
tree | 3be4c7311be47a964600e28273ef26bb348b67e3 /dev-libs/libnl | |
parent | Stable for ppc64, wrt bug #445208 (diff) | |
download | gentoo-2-2822271674e28a07bacf7b78080d6669f4b5d709.tar.gz gentoo-2-2822271674e28a07bacf7b78080d6669f4b5d709.tar.bz2 gentoo-2-2822271674e28a07bacf7b78080d6669f4b5d709.zip |
Stable for ppc64, wrt bug #444112
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 9db4c3957219..625ed7ba1efd 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.125 2012/12/02 10:45:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.126 2012/12/09 18:29:10 ago Exp $ + + 09 Dec 2012; Agostino Sarubbo <ago@gentoo.org> libnl-3.2.14.ebuild: + Stable for ppc64, wrt bug #444112 02 Dec 2012; Markus Meier <maekke@gentoo.org> libnl-3.2.14.ebuild: arm stable, bug #444112 diff --git a/dev-libs/libnl/libnl-3.2.14.ebuild b/dev-libs/libnl/libnl-3.2.14.ebuild index e63cc4b66bd5..407abe9ee633 100644 --- a/dev-libs/libnl/libnl-3.2.14.ebuild +++ b/dev-libs/libnl/libnl-3.2.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.11 2012/12/02 10:45:25 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.12 2012/12/09 18:29:10 ago Exp $ EAPI=4 inherit eutils libtool multilib @@ -13,7 +13,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 doc? ( GPL-2 ) 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="doc static-libs utils" DEPEND=" |