diff options
author | Daniel Drake <dsd@gentoo.org> | 2006-11-09 15:00:59 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2006-11-09 15:00:59 +0000 |
commit | 621ead252c743bd2850c05dec8925d21dfd2333d (patch) | |
tree | d8cf0e1179ff04aee5860de0428ad7fadfe745d7 /media-video/qc-usb | |
parent | Move 'cairo' USE flag from local to global (diff) | |
download | gentoo-2-621ead252c743bd2850c05dec8925d21dfd2333d.tar.gz gentoo-2-621ead252c743bd2850c05dec8925d21dfd2333d.tar.bz2 gentoo-2-621ead252c743bd2850c05dec8925d21dfd2333d.zip |
Backport 2.6.18 fix to stable tree
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'media-video/qc-usb')
-rw-r--r-- | media-video/qc-usb/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/qc-usb/qc-usb-0.6.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/media-video/qc-usb/ChangeLog b/media-video/qc-usb/ChangeLog index 9a09301d938c..c675a208b787 100644 --- a/media-video/qc-usb/ChangeLog +++ b/media-video/qc-usb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/qc-usb # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.18 2006/10/20 19:07:01 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.19 2006/11/09 15:00:59 dsd Exp $ + + 09 Nov 2006; Daniel Drake <dsd@gentoo.org> qc-usb-0.6.3.ebuild: + Backport 2.6.18 fix to stable tree 20 Oct 2006; Stefan Schweizer <genstef@gentoo.org> +files/qc-usb-linux-2.6.18-1.patch, +files/qc-usb-linux-2.6.18-2.patch, diff --git a/media-video/qc-usb/qc-usb-0.6.3.ebuild b/media-video/qc-usb/qc-usb-0.6.3.ebuild index 74cf23eca8ad..e785532a054b 100644 --- a/media-video/qc-usb/qc-usb-0.6.3.ebuild +++ b/media-video/qc-usb/qc-usb-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.3.ebuild,v 1.7 2006/05/03 22:56:02 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.3.ebuild,v 1.8 2006/11/09 15:00:59 dsd Exp $ inherit linux-mod eutils multilib @@ -31,6 +31,8 @@ src_unpack() { epatch ${FILESDIR}/${P}-linux-2.6.16.patch convert_to_m ${S}/Makefile epatch ${FILESDIR}/qc-usb-gcc4.patch + epatch ${FILESDIR}/qc-usb-linux-2.6.18-1.patch + epatch ${FILESDIR}/qc-usb-linux-2.6.18-2.patch } src_install() { |