diff options
author | 2014-06-25 23:35:49 +0000 | |
---|---|---|
committer | 2014-06-25 23:35:49 +0000 | |
commit | a6673ef3f550d4fd21417761ca1d980b41ef960b (patch) | |
tree | 2c83f802c692b8df0dbbd613717c9026ef2d260c /dev-libs | |
parent | Version bump. (diff) | |
download | gentoo-2-a6673ef3f550d4fd21417761ca1d980b41ef960b.tar.gz gentoo-2-a6673ef3f550d4fd21417761ca1d980b41ef960b.tar.bz2 gentoo-2-a6673ef3f550d4fd21417761ca1d980b41ef960b.zip |
Remove keywording until reverse dependencies have been updated (bug #515132).
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.25_rc1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index 2431ef64ae37..9d574c104b0f 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.210 2014/06/25 12:34:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.211 2014/06/25 23:35:49 jer Exp $ + + 25 Jun 2014; Jeroen Roovers <jer@gentoo.org> libnl-3.2.25_rc1.ebuild: + Remove keywording until reverse dependencies have been updated (bug #515132). *libnl-3.2.25_rc1 (25 Jun 2014) diff --git a/dev-libs/libnl/libnl-3.2.25_rc1.ebuild b/dev-libs/libnl/libnl-3.2.25_rc1.ebuild index 4fdc83bfa398..f241beeb954a 100644 --- a/dev-libs/libnl/libnl-3.2.25_rc1.ebuild +++ b/dev-libs/libnl/libnl-3.2.25_rc1.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_rc1.ebuild,v 1.1 2014/06/25 12:34:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.25_rc1.ebuild,v 1.2 2014/06/25 23:35:49 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} ) |