diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-07-05 17:44:07 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-07-05 17:44:07 +0000 |
commit | 9f1543a2aafcb756406ca37c04cb8a5e62e1302c (patch) | |
tree | 24a73890bcba5b68b04490cb1bcec27a00796f07 /media-sound/audacious/audacious-3.3_beta1.ebuild | |
parent | Drop the session flag on 3.3 as it was dropped by upstream. (diff) | |
download | gentoo-2-9f1543a2aafcb756406ca37c04cb8a5e62e1302c.tar.gz gentoo-2-9f1543a2aafcb756406ca37c04cb8a5e62e1302c.tar.bz2 gentoo-2-9f1543a2aafcb756406ca37c04cb8a5e62e1302c.zip |
Drop the use_enable line for session too. I guess it's going to be one of those days...
(Portage version: 2.2.0_alpha116/cvs/Linux i686)
Diffstat (limited to 'media-sound/audacious/audacious-3.3_beta1.ebuild')
-rw-r--r-- | media-sound/audacious/audacious-3.3_beta1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-sound/audacious/audacious-3.3_beta1.ebuild b/media-sound/audacious/audacious-3.3_beta1.ebuild index 9dbb0f8d6caa..d1b250e70c85 100644 --- a/media-sound/audacious/audacious-3.3_beta1.ebuild +++ b/media-sound/audacious/audacious-3.3_beta1.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.3_beta1.ebuild,v 1.2 2012/07/05 17:41:29 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3_beta1.ebuild,v 1.3 2012/07/05 17:44:07 jdhore Exp $ EAPI=4 inherit eutils @@ -41,8 +41,7 @@ src_configure() { econf \ --enable-dbus \ $(use_enable chardet) \ - $(use_enable nls) \ - $(use_enable session sm) + $(use_enable nls) } src_install() { |