diff options
author | 2004-11-05 10:21:50 +0000 | |
---|---|---|
committer | 2004-11-05 10:21:50 +0000 | |
commit | 087546449249752d4796afdf71c117d85463d75c (patch) | |
tree | 422236fcede8722a95008105ded85e8e8cb7b535 /media-sound | |
parent | Removing amarok from package.mask... problem still exists upstream, but we no... (diff) | |
download | gentoo-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.ebuild | 4 |
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 |