diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-12-22 14:27:48 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-12-22 14:27:48 +0000 |
commit | 9cf1a80b584a6f25c3f9ee76a5cbfaa193b07ff0 (patch) | |
tree | 04e6c6c32470a8f63165f24266c440b48295f151 /net-misc/dahdi-tools | |
parent | Bump revision to apply crasher fix from Jeroen Roovers. (diff) | |
download | gentoo-2-9cf1a80b584a6f25c3f9ee76a5cbfaa193b07ff0.tar.gz gentoo-2-9cf1a80b584a6f25c3f9ee76a5cbfaa193b07ff0.tar.bz2 gentoo-2-9cf1a80b584a6f25c3f9ee76a5cbfaa193b07ff0.zip |
I have stopped entertaining the notion that the 2.6.28-r1 linux-headers are usable.
(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 | 10 |
2 files changed, 7 insertions, 9 deletions
diff --git a/net-misc/dahdi-tools/ChangeLog b/net-misc/dahdi-tools/ChangeLog index 776f877f605b..81d6a84343d6 100644 --- a/net-misc/dahdi-tools/ChangeLog +++ b/net-misc/dahdi-tools/ChangeLog @@ -1,10 +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.4 2009/12/22 13:55:21 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/ChangeLog,v 1.5 2009/12/22 14:27:48 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. + I have stopped entertaining the notion that the 2.6.28-r1 linux-headers + are usable. *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 fadaceba3b8f..440a08a4fe27 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.3 2009/12/22 13:58:06 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dahdi-tools/dahdi-tools-2.2.0-r1.ebuild,v 1.4 2009/12/22 14:27:48 chainsaw Exp $ EAPI=1 inherit eutils @@ -16,17 +16,15 @@ IUSE="" DEPEND="net-misc/dahdi !net-misc/zaptel + >=sys-kernel/linux-headers-2.6.29 virtual/libusb:0" RDEPEND="${DEPEND}" src_unpack() { unpack ${A} 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 - epatch "${FILESDIR}/${P}-ifreq.patch" - fi + + epatch "${FILESDIR}/${P}-ifreq.patch" epatch "${FILESDIR}/${P}-modprobe-suffix.patch" epatch "${FILESDIR}/${P}-vendorlib.patch" epatch "${FILESDIR}/${P}-no-hardware-fiddling.patch" |