summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2010-06-06 01:01:52 +0000
committerSteve Dibb <beandog@gentoo.org>2010-06-06 01:01:52 +0000
commit528b8947ea981758b512ad9e84a0b9c4f855e80a (patch)
tree61dc68881ec5696989e3a65cff0ce5177c41baf6 /media-sound/alsa-driver/alsa-driver-9999.ebuild
parentVersion bump, bug 308677; Drop fm801-tea575x, bug 308679 (diff)
downloadhistorical-528b8947ea981758b512ad9e84a0b9c4f855e80a.tar.gz
historical-528b8947ea981758b512ad9e84a0b9c4f855e80a.tar.bz2
historical-528b8947ea981758b512ad9e84a0b9c4f855e80a.zip
Fix CONFIG_CHECK typo, bug 320583
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'media-sound/alsa-driver/alsa-driver-9999.ebuild')
-rw-r--r--media-sound/alsa-driver/alsa-driver-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/alsa-driver/alsa-driver-9999.ebuild b/media-sound/alsa-driver/alsa-driver-9999.ebuild
index becac90bc210..6aef9d3e131c 100644
--- a/media-sound/alsa-driver/alsa-driver-9999.ebuild
+++ b/media-sound/alsa-driver/alsa-driver-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-9999.ebuild,v 1.15 2010/06/06 00:59:52 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-driver/alsa-driver-9999.ebuild,v 1.16 2010/06/06 01:01:52 beandog Exp $
inherit linux-mod flag-o-matic eutils multilib autotools git
@@ -91,7 +91,7 @@ pkg_setup() {
local SOUND_PRIME_ERROR="Your kernel is configured to use the deprecated OSS drivers. Please disable them and re-emerge alsa-driver."
if use oss && kernel_is -ge 2 6 28 ; then
- local CONFIG_CHECK+="SOUND_PRIME"
+ local CONFIG_CHECK+=" SOUND_PRIME"
local SOUND_PRIME_ERROR="You enabled oss USE flag but your kernel's soundcore module lacks support of the proper functions. Please enable CONFIG_SOUND_PRIME and re-emerge alsa-driver."
fi