diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-12-22 13:58:06 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-12-22 13:58:06 +0000 |
commit | e5e4194a906da614b5a9cbf82d64169b03448efe (patch) | |
tree | 07d60e3f5fe362e4b0ac71b25d9b5d2fa8856317 /net-misc/dahdi-tools | |
parent | The broken/working mix of linux-headers available is more complicated then in... (diff) | |
download | gentoo-2-e5e4194a906da614b5a9cbf82d64169b03448efe.tar.gz gentoo-2-e5e4194a906da614b5a9cbf82d64169b03448efe.tar.bz2 gentoo-2-e5e4194a906da614b5a9cbf82d64169b03448efe.zip |
Growl.
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dahdi-tools')
-rw-r--r-- | net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild b/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild index ac5e8bcb7375..fadaceba3b8f 100644 --- a/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild +++ b/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v 1.2 2009/12/22 13:55:21 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v 1.3 2009/12/22 13:58:06 chainsaw Exp $ EAPI=1 inherit eutils @@ -24,7 +24,7 @@ src_unpack() { cd "${S}" # Work around broken 07_all_pull-libc-headers-linux.patch # that seemingly nobody wants to fix. - if has_version "!sys-kernel/linux-headers-2.6.29"; then + if ! has_version "=sys-kernel/linux-headers-2.6.29"; then epatch "${FILESDIR}/${P}-ifreq.patch" fi epatch "${FILESDIR}/${P}-modprobe-suffix.patch" |