diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-12-16 17:30:38 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-12-16 17:30:38 +0000 |
commit | 7dba32baa2eaedb87c153c7f58865fff5e3212d0 (patch) | |
tree | 7daa5b6c9de6b96ec5d76ba06d454dd6fdc0c5bb /net-libs/libpcap/libpcap-1.1.1-r1.ebuild | |
parent | old, and actually vulnerable version which luckily never got stabilized (diff) | |
download | gentoo-2-7dba32baa2eaedb87c153c7f58865fff5e3212d0.tar.gz gentoo-2-7dba32baa2eaedb87c153c7f58865fff5e3212d0.tar.bz2 gentoo-2-7dba32baa2eaedb87c153c7f58865fff5e3212d0.zip |
Version bump thanks to Michael (kensington) and Yun Zheng Hu (bug #393085).
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libpcap/libpcap-1.1.1-r1.ebuild')
-rw-r--r-- | net-libs/libpcap/libpcap-1.1.1-r1.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-libs/libpcap/libpcap-1.1.1-r1.ebuild b/net-libs/libpcap/libpcap-1.1.1-r1.ebuild index 367b2eee997e..c88a8edf8ba2 100644 --- a/net-libs/libpcap/libpcap-1.1.1-r1.ebuild +++ b/net-libs/libpcap/libpcap-1.1.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/net-libs/libpcap/libpcap-1.1.1-r1.ebuild,v 1.12 2011/12/11 15:52:28 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libpcap/libpcap-1.1.1-r1.ebuild,v 1.13 2011/12/16 17:30:38 jer Exp $ EAPI=4 inherit autotools eutils multilib toolchain-funcs @@ -24,10 +24,7 @@ DEPEND="${RDEPEND} DOCS=( CREDITS CHANGES VERSION TODO README{,.dag,.linux,.macosx,.septel} ) src_prepare() { - epatch \ - "${FILESDIR}/${PN}-1.1-cross-linux.patch" \ - "${FILESDIR}/${P}-ignore-ENODEV.patch" - + epatch "${FILESDIR}/${P}-cross-linux.patch" eautoreconf } |