diff options
author | 2012-11-08 16:40:51 +0000 | |
---|---|---|
committer | 2012-11-08 16:40:51 +0000 | |
commit | 07e0ed451a2c9bf1726556dbbb3286de21b2e6c3 (patch) | |
tree | 7d446d3f4c133f26b79a7fdc298eb7e8c30c193b /sys-apps/iproute2/iproute2-3.6.0.ebuild | |
parent | Remove Asterisk 11 branch mask; the second release is out and initial tests h... (diff) | |
download | historical-07e0ed451a2c9bf1726556dbbb3286de21b2e6c3.tar.gz historical-07e0ed451a2c9bf1726556dbbb3286de21b2e6c3.tar.bz2 historical-07e0ed451a2c9bf1726556dbbb3286de21b2e6c3.zip |
Use the correct pkg-config when cross-compiling #442354 by Bertrand Jacquin.
Package-Manager: portage-2.2.0_alpha142/cvs/Linux x86_64
Manifest-Sign-Key: 0xFB7C4156
Diffstat (limited to 'sys-apps/iproute2/iproute2-3.6.0.ebuild')
-rw-r--r-- | sys-apps/iproute2/iproute2-3.6.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-3.6.0.ebuild b/sys-apps/iproute2/iproute2-3.6.0.ebuild index 158c676e1c35..ad8d6ff05aca 100644 --- a/sys-apps/iproute2/iproute2-3.6.0.ebuild +++ b/sys-apps/iproute2/iproute2-3.6.0.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/sys-apps/iproute2/iproute2-3.6.0.ebuild,v 1.1 2012/10/09 04:30:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.6.0.ebuild,v 1.2 2012/11/08 16:40:45 vapier Exp $ EAPI="4" @@ -37,6 +37,7 @@ DEPEND="${RDEPEND} src_prepare() { epatch "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 + epatch "${FILESDIR}"/${PN}-3.6.0-pkg-config.patch #442354 use ipv6 || epatch "${FILESDIR}"/${PN}-3.1.0-no-ipv6.patch #326849 sed -i \ |