diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-12-16 21:29:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-12-16 21:29:40 +0000 |
commit | 5c5f731413cc2917b87b580f477a9a9035dd795d (patch) | |
tree | 9036c8ec27ab581572c4861a19a3b014298834c9 /sys-apps/iproute2 | |
parent | Version bump for gnome-3.6. Drop useless doc USE flag. Drop old. Switch to gl... (diff) | |
download | gentoo-2-5c5f731413cc2917b87b580f477a9a9035dd795d.tar.gz gentoo-2-5c5f731413cc2917b87b580f477a9a9035dd795d.tar.bz2 gentoo-2-5c5f731413cc2917b87b580f477a9a9035dd795d.zip |
Update iproute2 tarball since upstream fixed the packaging and re-released it.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/iproute2/iproute2-3.7.0.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-apps/iproute2/ChangeLog b/sys-apps/iproute2/ChangeLog index 22890a938156..1f12607b144f 100644 --- a/sys-apps/iproute2/ChangeLog +++ b/sys-apps/iproute2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/iproute2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.204 2012/12/14 06:40:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.205 2012/12/16 21:29:40 vapier Exp $ + + 16 Dec 2012; Mike Frysinger <vapier@gentoo.org> iproute2-3.7.0.ebuild: + Update iproute2 tarball since upstream fixed the packaging and re-released it. *iproute2-3.7.0 (14 Dec 2012) diff --git a/sys-apps/iproute2/iproute2-3.7.0.ebuild b/sys-apps/iproute2/iproute2-3.7.0.ebuild index 0fc5a5e5a5e2..4df06c44fbe4 100644 --- a/sys-apps/iproute2/iproute2-3.7.0.ebuild +++ b/sys-apps/iproute2/iproute2-3.7.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.7.0.ebuild,v 1.1 2012/12/14 06:40:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.7.0.ebuild,v 1.2 2012/12/16 21:29:40 vapier Exp $ EAPI="4" @@ -35,8 +35,6 @@ DEPEND="${RDEPEND} >=sys-kernel/linux-headers-2.6.27 elibc_glibc? ( >=sys-libs/glibc-2.7 )" -S=${WORKDIR}/${P/2} # fluke :/ - src_prepare() { epatch "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 use ipv6 || epatch "${FILESDIR}"/${PN}-3.1.0-no-ipv6.patch #326849 |