diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-21 07:09:06 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-11-21 07:09:06 +0000 |
commit | 5affc6753375b77f320ee95e8b1554ef3ad06c99 (patch) | |
tree | cd6bf707601d00535e36ba26741dc94488126f48 /dev-libs/libnl | |
parent | Reinstate quoting, as it apparently fails. (diff) | |
download | gentoo-2-5affc6753375b77f320ee95e8b1554ef3ad06c99.tar.gz gentoo-2-5affc6753375b77f320ee95e8b1554ef3ad06c99.tar.bz2 gentoo-2-5affc6753375b77f320ee95e8b1554ef3ad06c99.zip |
amd64 stable, wrt bug #444112
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, 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 2b1bc7aac12d..9c71eabf63c9 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.112 2012/11/13 16:14:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.113 2012/11/21 07:09:06 pinkbyte Exp $ + + 21 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> libnl-3.2.14.ebuild: + amd64 stable, wrt bug #444112 13 Nov 2012; Jeroen Roovers <jer@gentoo.org> libnl-3.2.13.ebuild, libnl-3.2.14.ebuild: diff --git a/dev-libs/libnl/libnl-3.2.14.ebuild b/dev-libs/libnl/libnl-3.2.14.ebuild index c8045516e5e6..7cdba56fbc85 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.4 2012/11/13 16:14:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.14.ebuild,v 1.5 2012/11/21 07:09:06 pinkbyte 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=" |