diff options
author | 2012-06-29 16:36:47 +0000 | |
---|---|---|
committer | 2012-06-29 16:36:47 +0000 | |
commit | 97921301b40e2a2176fe42a239358b75849507f5 (patch) | |
tree | 2a49a5b64a4b203631f6d93902b0694a414f4187 /dev-libs/libnl | |
parent | Version bump to version from wheezy. Drop older and stable the to-be-stable-d... (diff) | |
download | gentoo-2-97921301b40e2a2176fe42a239358b75849507f5.tar.gz gentoo-2-97921301b40e2a2176fe42a239358b75849507f5.tar.bz2 gentoo-2-97921301b40e2a2176fe42a239358b75849507f5.zip |
Replace virtual/yacc with sys-devel/bison by Joseph C. Lehner (bug #424007).
(Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.11.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.7.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-3.2.9.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/libnl/ChangeLog b/dev-libs/libnl/ChangeLog index cdfb2e8cd8da..7ce6350754bb 100644 --- a/dev-libs/libnl/ChangeLog +++ b/dev-libs/libnl/ChangeLog @@ -1,6 +1,10 @@ # 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.87 2012/06/17 20:00:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/ChangeLog,v 1.88 2012/06/29 16:36:47 jer Exp $ + + 29 Jun 2012; Jeroen Roovers <jer@gentoo.org> libnl-3.2.7.ebuild, + libnl-3.2.9.ebuild, libnl-3.2.11.ebuild: + Replace virtual/yacc with sys-devel/bison by Joseph C. Lehner (bug #424007). 17 Jun 2012; Markus Meier <maekke@gentoo.org> libnl-3.2.11.ebuild: add ~arm, bug #419987 diff --git a/dev-libs/libnl/libnl-3.2.11.ebuild b/dev-libs/libnl/libnl-3.2.11.ebuild index f1e927c55898..bb2660a603ae 100644 --- a/dev-libs/libnl/libnl-3.2.11.ebuild +++ b/dev-libs/libnl/libnl-3.2.11.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.11.ebuild,v 1.2 2012/06/17 20:00:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.11.ebuild,v 1.3 2012/06/29 16:36:47 jer Exp $ EAPI=4 inherit eutils multilib @@ -15,7 +15,7 @@ IUSE="doc static-libs utils" DEPEND=" sys-devel/flex - virtual/yacc + sys-devel/bison doc? ( app-text/asciidoc app-doc/doxygen[latex] diff --git a/dev-libs/libnl/libnl-3.2.7.ebuild b/dev-libs/libnl/libnl-3.2.7.ebuild index 564d7b0f518f..3374db2e0adf 100644 --- a/dev-libs/libnl/libnl-3.2.7.ebuild +++ b/dev-libs/libnl/libnl-3.2.7.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.7.ebuild,v 1.7 2012/05/28 16:30:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.7.ebuild,v 1.8 2012/06/29 16:36:47 jer Exp $ EAPI="4" @@ -16,7 +16,7 @@ IUSE="static-libs utils" DEPEND=" sys-devel/flex - virtual/yacc + sys-devel/bison " src_prepare() { diff --git a/dev-libs/libnl/libnl-3.2.9.ebuild b/dev-libs/libnl/libnl-3.2.9.ebuild index 52f55bfbf361..636ceed042dd 100644 --- a/dev-libs/libnl/libnl-3.2.9.ebuild +++ b/dev-libs/libnl/libnl-3.2.9.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.9.ebuild,v 1.5 2012/05/28 16:30:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libnl/libnl-3.2.9.ebuild,v 1.6 2012/06/29 16:36:47 jer Exp $ EAPI=4 inherit eutils multilib @@ -15,7 +15,7 @@ IUSE="doc static-libs utils" DEPEND=" sys-devel/flex - virtual/yacc + sys-devel/bison doc? ( <app-doc/doxygen-1.8.0[latex] app-text/xmlstarlet |