diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-14 09:46:42 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-04-14 09:46:42 +0000 |
commit | 0cfb156697624a324079074391aa1a5acb16f307 (patch) | |
tree | 78562ed2fa356fe0892c1c086ba253a6ad37b0c7 /sys-apps/iproute2/iproute2-2.6.34.ebuild | |
parent | Add missing pkgconfig dependency; update openssl version dependency; drop doc... (diff) | |
download | historical-0cfb156697624a324079074391aa1a5acb16f307.tar.gz historical-0cfb156697624a324079074391aa1a5acb16f307.tar.bz2 historical-0cfb156697624a324079074391aa1a5acb16f307.zip |
Replace dependency on virtual/os-headers with one on linux-headers, to unbreak ebuild with new-style virtual. Thanks to Marien Zwart in bug #363569 for reporting.
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/iproute2/iproute2-2.6.34.ebuild')
-rw-r--r-- | sys-apps/iproute2/iproute2-2.6.34.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/iproute2/iproute2-2.6.34.ebuild b/sys-apps/iproute2/iproute2-2.6.34.ebuild index eb930f8d4fc7..1a4bf84f69b9 100644 --- a/sys-apps/iproute2/iproute2-2.6.34.ebuild +++ b/sys-apps/iproute2/iproute2-2.6.34.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.34.ebuild,v 1.1 2010/06/10 00:55:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.34.ebuild,v 1.2 2011/04/14 09:46:42 flameeyes Exp $ EAPI="2" @@ -35,7 +35,7 @@ RDEPEND="!net-misc/arpd atm? ( net-dialup/linux-atm )" DEPEND="${RDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.7 ) - >=virtual/os-headers-2.6.27" + >=sys-kernel/linux-headers-2.6.27" src_unpack() { if [[ ${PV} == "9999" ]] ; then |