summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-11-05 10:21:50 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-11-05 10:21:50 +0000
commit087546449249752d4796afdf71c117d85463d75c (patch)
tree422236fcede8722a95008105ded85e8e8cb7b535 /media-sound
parentRemoving amarok from package.mask... problem still exists upstream, but we no... (diff)
downloadgentoo-2-087546449249752d4796afdf71c117d85463d75c.tar.gz
gentoo-2-087546449249752d4796afdf71c117d85463d75c.tar.bz2
gentoo-2-087546449249752d4796afdf71c117d85463d75c.zip
force --without-gstreamer.
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/amarok/amarok-1.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/amarok/amarok-1.1.1.ebuild b/media-sound/amarok/amarok-1.1.1.ebuild
index 893bf454ed69..1b11067aaab1 100644
--- a/media-sound/amarok/amarok-1.1.1.ebuild
+++ b/media-sound/amarok/amarok-1.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.1.1.ebuild,v 1.3 2004/11/05 10:19:35 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/amarok-1.1.1.ebuild,v 1.4 2004/11/05 10:21:50 eradicator Exp $
IUSE="noamazon cjk xmms opengl xine arts"
@@ -49,7 +49,7 @@ src_unpack() {
src_compile() {
PREFIX="`kde-config --prefix`"
- myconf="`use_with arts` `use_with xine`"
+ myconf="`use_with arts` `use_with xine` --without-gstreamer"
myconf="${myconf} `use_with opengl` `use_enable !noamazon amazon`"
kde_src_compile myconf configure make || die