diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-07-05 11:03:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-07-05 11:03:47 +0000 |
commit | e4b26bcd609561a8c59011a9e395f89a118ae34a (patch) | |
tree | 6489eaaa66e6a020b9ce5908527028d652f52216 /dev-libs/libnl | |
parent | Version bump to 1.9.1. (diff) | |
download | gentoo-2-e4b26bcd609561a8c59011a9e395f89a118ae34a.tar.gz gentoo-2-e4b26bcd609561a8c59011a9e395f89a118ae34a.tar.bz2 gentoo-2-e4b26bcd609561a8c59011a9e395f89a118ae34a.zip |
Stable for amd64, wrt bug #475744
(Portage version: 2.1.12.11/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-1.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.22.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 3b19118a7880..378ad82081a7 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,10 @@ # 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.169 2013/07/04 13:32:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.170 2013/07/05 11:03:47 ago Exp $ + + 05 Jul 2013; Agostino Sarubbo <ago@gentoo.org> libnl-1.1.4.ebuild, + libnl-3.2.22.ebuild: + Stable for amd64, wrt bug #475744 04 Jul 2013; Jeroen Roovers <jer@gentoo.org> -libnl-1.1-r3.ebuild, -libnl-3.2.14.ebuild, -files/libnl-1.1-glibc-2.8-ULONG_MAX.patch, diff --git a/dev-libs/libnl/libnl-1.1.4.ebuild b/dev-libs/libnl/libnl-1.1.4.ebuild index f35fe2156a95..af137d02b71e 100644 --- a/dev-libs/libnl/libnl-1.1.4.ebuild +++ b/dev-libs/libnl/libnl-1.1.4.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-1.1.4.ebuild,v 1.4 2013/05/21 16:40:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-1.1.4.ebuild,v 1.5 2013/07/05 11:03:46 ago Exp $ EAPI=5 inherit eutils multilib toolchain-funcs @@ -10,7 +10,7 @@ HOMEPAGE="http://www.infradead.org/~tgr/libnl/" SRC_URI="http://www.infradead.org/~tgr/libnl/files/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1.1" -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" DEPEND="doc? ( app-doc/doxygen )" diff --git a/dev-libs/libnl/libnl-3.2.22.ebuild b/dev-libs/libnl/libnl-3.2.22.ebuild index 0b9efc55f600..839c336f185f 100644 --- a/dev-libs/libnl/libnl-3.2.22.ebuild +++ b/dev-libs/libnl/libnl-3.2.22.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.22.ebuild,v 1.2 2013/05/21 16:40:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.22.ebuild,v 1.3 2013/07/05 11:03:46 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=" |