diff options
author | 2013-08-27 18:24:40 +0000 | |
---|---|---|
committer | 2013-08-27 18:24:40 +0000 | |
commit | e30de8413e2669cb42ff7e000878f03933b2e0df (patch) | |
tree | 4c5c81f6907a0cd95337fc9848504b281ac8e0b1 /app-misc/lirc/lirc-0.9.0-r2.ebuild | |
parent | added support for zotac, bug 462596 (diff) | |
download | gentoo-2-e30de8413e2669cb42ff7e000878f03933b2e0df.tar.gz gentoo-2-e30de8413e2669cb42ff7e000878f03933b2e0df.tar.bz2 gentoo-2-e30de8413e2669cb42ff7e000878f03933b2e0df.zip |
fixed oops where I applied the new patch to the ebuild with stable keywords
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'app-misc/lirc/lirc-0.9.0-r2.ebuild')
-rw-r--r-- | app-misc/lirc/lirc-0.9.0-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-misc/lirc/lirc-0.9.0-r2.ebuild b/app-misc/lirc/lirc-0.9.0-r2.ebuild index d59add563297..5e95be149b78 100644 --- a/app-misc/lirc/lirc-0.9.0-r2.ebuild +++ b/app-misc/lirc/lirc-0.9.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.9.0-r2.ebuild,v 1.12 2013/08/27 18:22:28 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lirc/lirc-0.9.0-r2.ebuild,v 1.13 2013/08/27 18:24:40 axs Exp $ EAPI=4 @@ -65,7 +65,7 @@ IUSE_LIRC_DEVICES_DIRECT=" remotemaster sa1100 samsung sasem sb0540 serial silitek sir slinke streamzap tekram tekram_bt829 tira ttusbir tuxbox tvbox udp uirt2 - uirt2_raw usb_uirt_raw usbx wpc8769l zotac" + uirt2_raw usb_uirt_raw usbx wpc8769l" # drivers that need special handling and # must have another name specified for @@ -94,7 +94,7 @@ LIRCDEV_BUILT_FOR_DEV="all imon_knob imon_lcd imon_pad imon_rsc irdeo irdeo_remote knc_one leadtek_pvr2000 nslu2 packard_bell parallel pixelview_bt878 provideo sa1100 sasem serial sir tekram tekram_bt829 ttusbir - tvbox wpc8769l zotac" + tvbox wpc8769l" #lirc_gpio drivers, which cannot be supported on kernel >= 2.6.22 LIRC_GPIO_DEV=" @@ -299,8 +299,6 @@ src_prepare() { epatch "${FILESDIR}"/${P}-kernel-3.5-err-fix.patch # Apply fix for missing __devinit __devexit defines in kernel 3.8+ (bug 461532) epatch "${FILESDIR}"/${P}-kernel-3.8-fixes.patch - # Add support for zotac remote, bug 342848 - epatch "${FILESDIR}"/${P}-add-zotac-support.patch # Do not build drivers from the top-level Makefile sed -i -e 's:\(SUBDIRS =\) drivers\(.*\):\1\2:' Makefile.am |