diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-12-22 13:55:21 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-12-22 13:55:21 +0000 |
commit | 95a0f560d223f15668981da2f6c3543d49e098ee (patch) | |
tree | ae9e4bc10313852b19c90c3069cb08c9cfc0a837 /net-misc/dahdi-tools | |
parent | Remove old rcs (forgot to cvs rm them with previous commit) (diff) | |
download | gentoo-2-95a0f560d223f15668981da2f6c3543d49e098ee.tar.gz gentoo-2-95a0f560d223f15668981da2f6c3543d49e098ee.tar.bz2 gentoo-2-95a0f560d223f15668981da2f6c3543d49e098ee.zip |
The broken/working mix of linux-headers available is more complicated then initially expected.
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/dahdi-tools')
-rw-r--r-- | net-misc/dahdi-tools/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/dahdi-tools/ChangeLog b/net-misc/dahdi-tools/ChangeLog index 177201174d8d..776f877f605b 100644 --- a/net-misc/dahdi-tools/ChangeLog +++ b/net-misc/dahdi-tools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/dahdi-tools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.3 2009/12/22 12:31:14 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.4 2009/12/22 13:55:21 chainsaw Exp $ + + 22 Dec 2009; <chainsaw@gentoo.org> dahdi-tools-2.2.0-r1.ebuild: + The broken/working mix of linux-headers available is more complicated then + initially expected. *dahdi-tools-2.2.0-r1 (22 Dec 2009) 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 51d3d66e772d..ac5e8bcb7375 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.1 2009/12/22 12:31:14 chainsaw Exp $ +# $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 $ 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.28-r1"; then + if has_version "!sys-kernel/linux-headers-2.6.29"; then epatch "${FILESDIR}/${P}-ifreq.patch" fi epatch "${FILESDIR}/${P}-modprobe-suffix.patch" |