diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-07-16 22:27:50 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-07-16 22:27:50 +0000 |
commit | cbf890d8cb968ab842a29b03d95b219c191e45e1 (patch) | |
tree | 1776800384d707cd67d43482a88647610cde1e82 /dev-libs/libnl | |
parent | EAPI bump. Convert sed scripts to patch. (diff) | |
download | gentoo-2-cbf890d8cb968ab842a29b03d95b219c191e45e1.tar.gz gentoo-2-cbf890d8cb968ab842a29b03d95b219c191e45e1.tar.bz2 gentoo-2-cbf890d8cb968ab842a29b03d95b219c191e45e1.zip |
Drop keywords again (bug #515132).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.25.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index e11bb937ff18..1c821bc42cb1 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.212 2014/07/16 11:52:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.213 2014/07/16 22:27:50 jer Exp $ + + 16 Jul 2014; Jeroen Roovers <jer@gentoo.org> libnl-3.2.25.ebuild: + Drop keywords again (bug #515132). *libnl-3.2.25 (16 Jul 2014) diff --git a/dev-libs/libnl/libnl-3.2.25.ebuild b/dev-libs/libnl/libnl-3.2.25.ebuild index c46069b5787d..701f6a584a1a 100644 --- a/dev-libs/libnl/libnl-3.2.25.ebuild +++ b/dev-libs/libnl/libnl-3.2.25.ebuild @@ -1,6 +1,6 @@ # 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.25.ebuild,v 1.1 2014/07/16 11:52:57 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25.ebuild,v 1.2 2014/07/16 22:27:50 jer Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} python3_{2,3,4} ) @@ -16,7 +16,7 @@ SRC_URI=" " LICENSE="LGPL-2.1 utils? ( GPL-2 )" SLOT="3" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="" IUSE="static-libs python utils" RDEPEND="python? ( ${PYTHON_DEPS} ) |