diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-17 14:40:07 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2005-07-17 14:40:07 +0000 |
commit | 289f5cb89cad7b2926fa246258771d4974fc2380 (patch) | |
tree | d2463dc64ac3f9e0511a755095170fdb3c5c2edc /net-analyzer | |
parent | add libgnomeui as a dep. configure checks for it. fixes #91628 (diff) | |
download | historical-289f5cb89cad7b2926fa246258771d4974fc2380.tar.gz historical-289f5cb89cad7b2926fa246258771d4974fc2380.tar.bz2 historical-289f5cb89cad7b2926fa246258771d4974fc2380.zip |
Fix condition on which patch is applied.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/iptraf/Manifest | 8 | ||||
-rw-r--r-- | net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild | 7 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net-analyzer/iptraf/Manifest b/net-analyzer/iptraf/Manifest index 875895e9f26b..0989cb40da3d 100644 --- a/net-analyzer/iptraf/Manifest +++ b/net-analyzer/iptraf/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 4847e1a7efe8539117d3242b0cba79a1 iptraf-2.7.0-r1.ebuild 1344 +MD5 0cf044d3db59db77e4b9442e42571ec5 iptraf-2.7.0-r1.ebuild 1372 MD5 7a48c99ce0ddb1e35fc1448fe2b4d309 ChangeLog 3475 MD5 a94566c6927ccaeca24681c25540624d metadata.xml 236 MD5 1822bd37e9eff2ce7881d2a46c074037 files/digest-iptraf-2.7.0-r1 138 @@ -10,7 +10,7 @@ MD5 1bf72405b3017f7732841188b6914160 files/iptraf-2.7.0-atheros.patch 1644 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC2m0iEZCkKN40op4RAgAvAKC8KVyg7rvHJCbf7MK2OMtkBb5MNwCaA4Pq -96kmtNFwhP/OE8S5DPSDC6c= -=UvzX +iD8DBQFC2m3cEZCkKN40op4RAk6ZAJwOM0oohLZv98MZIpLSHGsVPF0OZQCeOn4y +FcKCr48sFwiqbGqoLz6TODY= +=zMMI -----END PGP SIGNATURE----- diff --git a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild index c2df5f7acaf6..f9863e69b85b 100644 --- a/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild +++ b/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.20 2005/07/17 14:36:42 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iptraf/iptraf-2.7.0-r1.ebuild,v 1.21 2005/07/17 14:40:07 ka0ttic Exp $ -inherit eutils check-kernel +inherit eutils V6PATCH_LEVEL=alpha11 DESCRIPTION="IPTraf is an ncurses-based IP LAN monitor" @@ -24,7 +24,8 @@ src_unpack() { use ipv6 && epatch ${DISTDIR}/${P}-ipv6-${V6PATCH_LEVEL}.diff # bug 89458 - is_2_6_kernel && epatch ${FILESDIR}/${P}-2.6.patch + has_version '>=sys-kernel/linux-headers-2.6.11-r2' && \ + epatch ${FILESDIR}/${P}-2.6.patch cd src cp dirs.h dirs.h.orig |