diff options
Diffstat (limited to 'media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild')
-rw-r--r-- | media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild b/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild index db09c46a3486..d16ee89e659b 100644 --- a/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild +++ b/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.8 2012/01/17 13:21:31 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/audacious-plugins/audacious-plugins-3.1.ebuild,v 1.9 2012/02/02 04:13:51 jdhore Exp $ EAPI=4 @@ -16,7 +16,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux" IUSE="aac adplug alsa aqua bs2b cdda cue ffmpeg flac fluidsynth gnome ipv6 jack -lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile sse2 vorbis wavpack" +lame libnotify libsamplerate midi mms mp3 mtp nls oss pulseaudio scrobbler sid sndfile vorbis wavpack" RDEPEND="app-arch/unzip >=dev-libs/dbus-glib-0.60 @@ -70,7 +70,6 @@ src_configure() { epatch "${FILESDIR}/audacious-plugins_ldflags.patch" econf \ - --enable-chardet \ --enable-modplug \ --enable-neon \ $(use_enable adplug) \ @@ -102,7 +101,6 @@ src_configure() { $(use_enable scrobbler) \ $(use_enable sid) \ $(use_enable sndfile) \ - $(use_enable sse2) \ $(use_enable vorbis) \ $(use_enable vorbis filewriter_vorbis) \ $(use_enable wavpack) |