summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2011-07-31 18:33:22 +0000
committerMatt Turner <mattst88@gentoo.org>2011-07-31 18:33:22 +0000
commit779afb861a42a63d1edf1c5591a1a9c455201f6e (patch)
tree32d18afb94aaefdc9f31de1d7f135c198e3faa4c /sys-apps
parentVersion bump. Drop dewarping use flag since it's now a core feature. (diff)
downloadgentoo-2-779afb861a42a63d1edf1c5591a1a9c455201f6e.tar.gz
gentoo-2-779afb861a42a63d1edf1c5591a1a9c455201f6e.tar.bz2
gentoo-2-779afb861a42a63d1edf1c5591a1a9c455201f6e.zip
Add missing bison and flex dependencies, bug 376343.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/iproute2/ChangeLog7
-rw-r--r--sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild4
-rw-r--r--sys-apps/iproute2/iproute2-2.6.35-r2.ebuild3
-rw-r--r--sys-apps/iproute2/iproute2-2.6.35-r3.ebuild3
-rw-r--r--sys-apps/iproute2/iproute2-2.6.38.ebuild3
-rw-r--r--sys-apps/iproute2/iproute2-9999.ebuild3
6 files changed, 17 insertions, 6 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog
index da7df6fe9123..6d7e837276b2 100644
--- a/sys-apps/iproute2/ChangeLog
+++ b/sys-apps/iproute2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.172 2011/06/11 13:18:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.173 2011/07/31 18:33:22 mattst88 Exp $
+
+ 31 Jul 2011; Matt Turner <mattst88@gentoo.org> iproute2-2.6.29.1-r1.ebuild,
+ iproute2-2.6.35-r2.ebuild, iproute2-2.6.35-r3.ebuild, iproute2-2.6.38.ebuild,
+ iproute2-9999.ebuild:
+ Add missing bison and flex dependencies, bug 376343.
*iproute2-2.6.38 (11 Jun 2011)
diff --git a/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild b/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild
index 4cb7cadc8825..ebf3338fc876 100644
--- a/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild
+++ b/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild,v 1.14 2011/04/14 09:46:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.29.1-r1.ebuild,v 1.15 2011/07/31 18:33:22 mattst88 Exp $
EAPI="2"
@@ -34,6 +34,8 @@ RDEPEND="!net-misc/arpd
!minimal? ( berkdb? ( sys-libs/db ) )
atm? ( net-dialup/linux-atm )"
DEPEND="${RDEPEND}
+ sys-devel/bison
+ sys-devel/flex
elibc_glibc? ( >=sys-libs/glibc-2.7 )
>=sys-kernel/linux-headers-2.6.27"
diff --git a/sys-apps/iproute2/iproute2-2.6.35-r2.ebuild b/sys-apps/iproute2/iproute2-2.6.35-r2.ebuild
index ad5f7e0710f5..66fffc44146a 100644
--- a/sys-apps/iproute2/iproute2-2.6.35-r2.ebuild
+++ b/sys-apps/iproute2/iproute2-2.6.35-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.35-r2.ebuild,v 1.9 2011/04/14 09:46:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.35-r2.ebuild,v 1.10 2011/07/31 18:33:22 mattst88 Exp $
EAPI="2"
@@ -35,6 +35,7 @@ RDEPEND="!net-misc/arpd
atm? ( net-dialup/linux-atm )"
DEPEND="${RDEPEND}
elibc_glibc? ( >=sys-libs/glibc-2.7 )
+ sys-devel/bison
sys-devel/flex
>=sys-kernel/linux-headers-2.6.27"
diff --git a/sys-apps/iproute2/iproute2-2.6.35-r3.ebuild b/sys-apps/iproute2/iproute2-2.6.35-r3.ebuild
index 992896c3c4c2..ef67297cb23e 100644
--- a/sys-apps/iproute2/iproute2-2.6.35-r3.ebuild
+++ b/sys-apps/iproute2/iproute2-2.6.35-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.35-r3.ebuild,v 1.2 2011/04/14 09:46:42 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.35-r3.ebuild,v 1.3 2011/07/31 18:33:22 mattst88 Exp $
EAPI="2"
@@ -37,6 +37,7 @@ RDEPEND="!net-misc/arpd
DEPEND="${RDEPEND}
iptables? ( dev-util/pkgconfig )
elibc_glibc? ( >=sys-libs/glibc-2.7 )
+ sys-devel/bison
sys-devel/flex
>=sys-kernel/linux-headers-2.6.27"
diff --git a/sys-apps/iproute2/iproute2-2.6.38.ebuild b/sys-apps/iproute2/iproute2-2.6.38.ebuild
index 737af312c19b..d812041623e6 100644
--- a/sys-apps/iproute2/iproute2-2.6.38.ebuild
+++ b/sys-apps/iproute2/iproute2-2.6.38.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.1 2011/06/11 13:18:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.2 2011/07/31 18:33:22 mattst88 Exp $
EAPI=4
@@ -30,6 +30,7 @@ RDEPEND="!net-misc/arpd
!minimal? ( berkdb? ( sys-libs/db ) )
atm? ( net-dialup/linux-atm )"
DEPEND="${RDEPEND}
+ sys-devel/bison
sys-devel/flex
>=sys-kernel/linux-headers-2.6.27
elibc_glibc? ( >=sys-libs/glibc-2.7 )"
diff --git a/sys-apps/iproute2/iproute2-9999.ebuild b/sys-apps/iproute2/iproute2-9999.ebuild
index 855c66792a26..902063f5c7b7 100644
--- a/sys-apps/iproute2/iproute2-9999.ebuild
+++ b/sys-apps/iproute2/iproute2-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.15 2011/06/11 13:18:51 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.16 2011/07/31 18:33:22 mattst88 Exp $
EAPI=4
@@ -30,6 +30,7 @@ RDEPEND="!net-misc/arpd
!minimal? ( berkdb? ( sys-libs/db ) )
atm? ( net-dialup/linux-atm )"
DEPEND="${RDEPEND}
+ sys-devel/bison
sys-devel/flex
>=sys-kernel/linux-headers-2.6.27
elibc_glibc? ( >=sys-libs/glibc-2.7 )"