diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-02-02 04:10:26 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-02-02 04:10:26 +0000 |
commit | c0c8d65c9dd1c8343fd9ef77d71a4a7cc4490b03 (patch) | |
tree | c0d18bfb909a08b9eea6ddf97e183065e05d08f3 /media-sound | |
parent | Version bump. New ebuild also includes many improvements such as gtk+:2 suppo... (diff) | |
download | gentoo-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')
-rw-r--r-- | media-sound/audacious/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.1.1.ebuild | 8 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.1.ebuild | 8 |
3 files changed, 12 insertions, 11 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 4917eb6bb5dd..b2f3e64f8fd9 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/audacious # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.251 2012/02/02 04:02:02 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.252 2012/02/02 04:10:26 jdhore Exp $ + + 02 Feb 2012; Jeff Horelick <jdhore@gentoo.org> audacious-3.1.1.ebuild, + audacious-3.1.ebuild: + Kill off sse2 and altivec USE flags from the 3.1 ebuilds as they've been + dropped. Closes bug #393371. *audacious-3.2 (02 Feb 2012) diff --git a/media-sound/audacious/audacious-3.1.1.ebuild b/media-sound/audacious/audacious-3.1.1.ebuild index 6f1b4d234bc4..9c0ccd1d5b18 100644 --- a/media-sound/audacious/audacious-3.1.1.ebuild +++ b/media-sound/audacious/audacious-3.1.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.1.ebuild,v 1.2 2012/01/17 12:55:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.1.1.ebuild,v 1.3 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() { 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() { |