diff options
author | Matt Turner <mattst88@gentoo.org> | 2014-01-03 04:26:29 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2014-01-03 04:26:29 +0000 |
commit | 3c974c7dcb0ccb6900573aa953c4a988e952260d (patch) | |
tree | 21001853e527a7d1c327927ff9ba3b1e27077a53 /dev-libs | |
parent | alpha stable, bug 495938. (diff) | |
download | gentoo-2-3c974c7dcb0ccb6900573aa953c4a988e952260d.tar.gz gentoo-2-3c974c7dcb0ccb6900573aa953c4a988e952260d.tar.bz2 gentoo-2-3c974c7dcb0ccb6900573aa953c4a988e952260d.zip |
alpha stable, bug 494836.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.23.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 9c2e36c222d0..a53dd5136e34 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libnl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.198 2014/01/01 17:39:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.199 2014/01/03 04:26:29 mattst88 Exp $ + + 03 Jan 2014; Matt Turner <mattst88@gentoo.org> libnl-3.2.23.ebuild: + alpha stable, bug 494836. 01 Jan 2014; Jeroen Roovers <jer@gentoo.org> libnl-3.2.9999.ebuild: Remove USE=doc. diff --git a/dev-libs/libnl/libnl-3.2.23.ebuild b/dev-libs/libnl/libnl-3.2.23.ebuild index fd01ec68fcfd..f85472c762ae 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 +# Copyright 1999-2014 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.9 2013/12/26 14:44:37 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.23.ebuild,v 1.10 2014/01/03 04:26:29 mattst88 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} )" |