diff options
author | 2004-05-05 07:25:13 +0000 | |
---|---|---|
committer | 2004-05-05 07:25:13 +0000 | |
commit | ec726aaaedbc5a4c3d6ef0c16d980c67c7f0b453 (patch) | |
tree | 1738f5fb2887ad42ad86796c47a6e80cc1e8973f /media-video/spca50x/spca50x-0.30.ebuild | |
parent | QA Fix - inherit before DESCRIPTION (Manifest recommit) (diff) | |
download | gentoo-2-ec726aaaedbc5a4c3d6ef0c16d980c67c7f0b453.tar.gz gentoo-2-ec726aaaedbc5a4c3d6ef0c16d980c67c7f0b453.tar.bz2 gentoo-2-ec726aaaedbc5a4c3d6ef0c16d980c67c7f0b453.zip |
QA Fix - inherit before DESCRIPTION
Diffstat (limited to 'media-video/spca50x/spca50x-0.30.ebuild')
-rw-r--r-- | media-video/spca50x/spca50x-0.30.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-video/spca50x/spca50x-0.30.ebuild b/media-video/spca50x/spca50x-0.30.ebuild index 052e97f1af61..1bf0b3393479 100644 --- a/media-video/spca50x/spca50x-0.30.ebuild +++ b/media-video/spca50x/spca50x-0.30.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.2 2004/04/27 21:02:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/spca50x/spca50x-0.30.ebuild,v 1.3 2004/05/05 07:25:13 dragonheart Exp $ + +inherit check-kernel eutils DESCRIPTION="Linux device driver for SPCA50X based USB cameras" HOMEPAGE="http://sourceforge.net/projects/spca50x/" @@ -11,9 +13,7 @@ SLOT="0" KEYWORDS="-* ~x86" IUSE="" DEPEND="virtual/glibc - virtual/linux-sources" - -inherit check-kernel eutils + virtual/linux-sources" pkg_setup() { get_KV_info |