diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-09-27 13:14:33 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-09-27 13:14:33 +0000 |
commit | 177bd998e2e5b26589a2f528984fbfb7a5410655 (patch) | |
tree | 470756a63318c6db43b294e85f2d9b2c796b70bc /media-video/qc-usb | |
parent | changed exit to return (diff) | |
download | gentoo-2-177bd998e2e5b26589a2f528984fbfb7a5410655.tar.gz gentoo-2-177bd998e2e5b26589a2f528984fbfb7a5410655.tar.bz2 gentoo-2-177bd998e2e5b26589a2f528984fbfb7a5410655.zip |
Stable on amd64 wrt bug #193763
(Portage version: 2.1.3.9)
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.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/qc-usb/ChangeLog b/media-video/qc-usb/ChangeLog index 8e294f47c0d5..2d91343da411 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.25 2007/09/08 12:30:49 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/ChangeLog,v 1.26 2007/09/27 13:14:33 angelos Exp $ + + 27 Sep 2007; Christoph Mende <angelos@gentoo.org> qc-usb-0.6.6.ebuild: + Stable on amd64 wrt bug #193763 08 Sep 2007; Gilles Dartiguelongue <eva@gentoo.org> metadata.xml: taking over liquidx package as I own the hardware diff --git a/media-video/qc-usb/qc-usb-0.6.6.ebuild b/media-video/qc-usb/qc-usb-0.6.6.ebuild index 8f54b07ffdcd..3bd482db66d3 100644 --- a/media-video/qc-usb/qc-usb-0.6.6.ebuild +++ b/media-video/qc-usb/qc-usb-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.6.ebuild,v 1.3 2007/01/03 01:10:48 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.4 2007/09/27 13:14:33 angelos Exp $ inherit linux-mod eutils multilib @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/qce-ga/${P}.tar.gz" IUSE="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc x86" +KEYWORDS="amd64 ~ppc x86" CONFIG_CHECK="USB VIDEO_DEV VIDEO_V4L1_COMPAT" MODULE_NAMES="quickcam(usb:)" |