diff options
author | 2003-08-03 03:14:58 +0000 | |
---|---|---|
committer | 2003-08-03 03:14:58 +0000 | |
commit | eca6fbfcf23e85fdd184bc19e36a58beb497491f (patch) | |
tree | 21799e28413fbf98403c6bcba9c09fc27d690fef /media-video/qc-usb | |
parent | Added support for console only building. Server installs are a place that I t... (diff) | |
download | gentoo-2-eca6fbfcf23e85fdd184bc19e36a58beb497491f.tar.gz gentoo-2-eca6fbfcf23e85fdd184bc19e36a58beb497491f.tar.bz2 gentoo-2-eca6fbfcf23e85fdd184bc19e36a58beb497491f.zip |
remove $DEBUG and fix KEYWORDS
Diffstat (limited to 'media-video/qc-usb')
-rw-r--r-- | media-video/qc-usb/qc-usb-0.5.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/media-video/qc-usb/qc-usb-0.5.1.ebuild b/media-video/qc-usb/qc-usb-0.5.1.ebuild index 177a915aef59..ba3a8b424388 100644 --- a/media-video/qc-usb/qc-usb-0.5.1.ebuild +++ b/media-video/qc-usb/qc-usb-0.5.1.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.5.1.ebuild,v 1.1 2003/07/06 18:04:16 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.5.1.ebuild,v 1.2 2003/08/03 03:14:40 vapier Exp $ -IUSE="" DESCRIPTION="Logitech USB Quickcam Express Linux Driver Modules" HOMEPAGE="http://qce-ga.sourceforge.net/" SRC_URI="mirror://sourceforge/qce-ga/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" + DEPEND="virtual/linux-sources" pkg_setup() { @@ -18,12 +18,10 @@ pkg_setup() { } src_compile() { - # namespace conflict in makefile - unset DEBUG emake all || die } -src_install () { +src_install() { # install the driver in the right palce insinto "/lib/modules/${KV}/misc" doins quickcam.o |