diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-07-31 18:33:22 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-07-31 18:33:22 +0000 |
commit | 5ad2099b2a1b71a44c56d8d6879ef9c7f0f9cf65 (patch) | |
tree | 94da30f2b9faee73a8e9622a948b938ca1fe8879 /sys-apps/iproute2/iproute2-9999.ebuild | |
parent | Version bump. Drop dewarping use flag since it's now a core feature. (diff) | |
download | historical-5ad2099b2a1b71a44c56d8d6879ef9c7f0f9cf65.tar.gz historical-5ad2099b2a1b71a44c56d8d6879ef9c7f0f9cf65.tar.bz2 historical-5ad2099b2a1b71a44c56d8d6879ef9c7f0f9cf65.zip |
Add missing bison and flex dependencies, bug 376343.
Package-Manager: portage-2.1.10.3/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/iproute2/iproute2-9999.ebuild')
-rw-r--r-- | sys-apps/iproute2/iproute2-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 )" |