diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:56:22 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:56:22 +0000 |
commit | 47a96c9fb0264688d0754530fad69ae23ff2ce82 (patch) | |
tree | b09829c205c4be94c2d00501e5ed86fa499568b5 /media-video/em8300-modules | |
parent | meep (diff) | |
download | historical-47a96c9fb0264688d0754530fad69ae23ff2ce82.tar.gz historical-47a96c9fb0264688d0754530fad69ae23ff2ce82.tar.bz2 historical-47a96c9fb0264688d0754530fad69ae23ff2ce82.zip |
global update: "virtual/kernel" has been depreciated and "virtual/linux-sources"
should be used instead. "virtual/linux-sources" means "a kernel source tree in /usr/src/linux"
Diffstat (limited to 'media-video/em8300-modules')
-rw-r--r-- | media-video/em8300-modules/em8300-modules-0.12.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/em8300-modules/em8300-modules-0.12.0.ebuild b/media-video/em8300-modules/em8300-modules-0.12.0.ebuild index 5e4c61a8ebff..9729e6bd37a9 100644 --- a/media-video/em8300-modules/em8300-modules-0.12.0.ebuild +++ b/media-video/em8300-modules/em8300-modules-0.12.0.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Brandon Low <lostlogic@lostlogicx.com> -# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.12.0.ebuild,v 1.1 2002/04/23 02:54:25 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/em8300-modules/em8300-modules-0.12.0.ebuild,v 1.2 2002/04/25 06:56:22 drobbins Exp $ DESCRIPTION="em8300 video decoder card kernel modules" HOMEPAGE="http://dxr3.sourceforge.net" -DEPEND="sys-kernel/linux-sources" +DEPEND="virtual/linux-sources" S="${WORKDIR}/${P}" SRC_URI="http://prdownloads.sourceforge.net/dxr3/${P/-modules/}.tar.gz" |