summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-02-02 04:10:26 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-02-02 04:10:26 +0000
commitc0c8d65c9dd1c8343fd9ef77d71a4a7cc4490b03 (patch)
treec0d18bfb909a08b9eea6ddf97e183065e05d08f3 /media-sound/audacious/audacious-3.1.ebuild
parentVersion bump. New ebuild also includes many improvements such as gtk+:2 suppo... (diff)
downloadgentoo-2-c0c8d65c9dd1c8343fd9ef77d71a4a7cc4490b03.tar.gz
gentoo-2-c0c8d65c9dd1c8343fd9ef77d71a4a7cc4490b03.tar.bz2
gentoo-2-c0c8d65c9dd1c8343fd9ef77d71a4a7cc4490b03.zip
Kill off sse2 and altivec USE flags from the 3.1 ebuilds as they've been dropped. Closes bug #393371.
(Portage version: 2.2.0_alpha84/cvs/Linux i686)
Diffstat (limited to 'media-sound/audacious/audacious-3.1.ebuild')
-rw-r--r--media-sound/audacious/audacious-3.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/media-sound/audacious/audacious-3.1.ebuild b/media-sound/audacious/audacious-3.1.ebuild
index 9b8f08b92572..51d85c37fb21 100644
--- a/media-sound/audacious/audacious-3.1.ebuild
+++ b/media-sound/audacious/audacious-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-sound/audacious/audacious-3.1.ebuild,v 1.6 2012/01/17 13:22:00 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.ebuild,v 1.7 2012/02/02 04:10:26 jdhore Exp $
EAPI=4
inherit eutils
@@ -15,7 +15,7 @@ SRC_URI="http://distfiles.atheme.org/${MY_P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux"
-IUSE="altivec chardet nls session sse2"
+IUSE="chardet nls session"
RDEPEND=">=dev-libs/dbus-glib-0.60
>=dev-libs/glib-2.16
@@ -48,11 +48,9 @@ src_configure() {
econf \
--enable-dbus \
--enable-gtk3 \
- $(use_enable altivec) \
$(use_enable chardet) \
$(use_enable nls) \
- $(use_enable session sm) \
- $(use_enable sse2)
+ $(use_enable session sm)
}
src_install() {