diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-09 13:38:01 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-09 13:38:01 +0000 |
commit | 76da6c06fd80d89ac87254c4bac4ad202c53a911 (patch) | |
tree | 47da6244c74db61efcbb4b8120c92ffc91b8acb4 /media-sound/nforce-audio | |
parent | SRC_URI typo (diff) | |
download | gentoo-2-76da6c06fd80d89ac87254c4bac4ad202c53a911.tar.gz gentoo-2-76da6c06fd80d89ac87254c4bac4ad202c53a911.tar.bz2 gentoo-2-76da6c06fd80d89ac87254c4bac4ad202c53a911.zip |
Added missing spaces to SRC_URI.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'media-sound/nforce-audio')
-rw-r--r-- | media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild | 6 | ||||
-rw-r--r-- | media-sound/nforce-audio/nforce-audio-1.0.0301.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild b/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild index 08f80296f28d..bc7ecabb2c86 100644 --- a/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild +++ b/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild,v 1.3 2005/03/25 17:51:04 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nforce-audio/nforce-audio-1.0.0292-r1.ebuild,v 1.4 2005/06/09 13:37:06 swegener Exp $ inherit eutils linux-mod @@ -11,8 +11,8 @@ AMD64_NV_PACKAGE="NFORCE-Linux-x86_64-${NV_V}" DESCRIPTION="Linux kernel module for the NVIDIA's nForce SoundStorm audio chipset" HOMEPAGE="http://www.nvidia.com/" -SRC_URI="x86? (http://download.nvidia.com/XFree86/nforce/${NV_V}/${X86_NV_PACKAGE}-${PKG_V}.run) - amd64? (http://download.nvidia.com/XFree86/nforce/amd64/${NV_V}/${AMD64_NV_PACKAGE}-${PKG_V}.run)" +SRC_URI="x86? (http://download.nvidia.com/XFree86/nforce/${NV_V}/${X86_NV_PACKAGE}-${PKG_V}.run ) + amd64? (http://download.nvidia.com/XFree86/nforce/amd64/${NV_V}/${AMD64_NV_PACKAGE}-${PKG_V}.run )" if use x86; then NV_PACKAGE="${X86_NV_PACKAGE}" diff --git a/media-sound/nforce-audio/nforce-audio-1.0.0301.ebuild b/media-sound/nforce-audio/nforce-audio-1.0.0301.ebuild index ff6b22563fad..6293e4e13013 100644 --- a/media-sound/nforce-audio/nforce-audio-1.0.0301.ebuild +++ b/media-sound/nforce-audio/nforce-audio-1.0.0301.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/nforce-audio/nforce-audio-1.0.0301.ebuild,v 1.2 2005/03/30 19:26:27 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/nforce-audio/nforce-audio-1.0.0301.ebuild,v 1.3 2005/06/09 13:37:06 swegener Exp $ inherit eutils linux-mod @@ -11,8 +11,8 @@ AMD64_NV_PACKAGE="NFORCE-Linux-x86_64-${NV_V}" DESCRIPTION="Linux kernel module for the NVIDIA's nForce SoundStorm audio chipset" HOMEPAGE="http://www.nvidia.com/" -SRC_URI="x86? (http://download.nvidia.com/XFree86/nforce/${NV_V}/${X86_NV_PACKAGE}-${PKG_V}.run) - amd64? (http://download.nvidia.com/XFree86/nforce/amd64/${NV_V}/${AMD64_NV_PACKAGE}-${PKG_V}.run)" +SRC_URI="x86? (http://download.nvidia.com/XFree86/nforce/${NV_V}/${X86_NV_PACKAGE}-${PKG_V}.run ) + amd64? (http://download.nvidia.com/XFree86/nforce/amd64/${NV_V}/${AMD64_NV_PACKAGE}-${PKG_V}.run )" if use x86; then NV_PACKAGE="${X86_NV_PACKAGE}" |