summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Horelick <jdhore@gentoo.org>2012-07-05 17:44:07 +0000
committerJeff Horelick <jdhore@gentoo.org>2012-07-05 17:44:07 +0000
commit9f1543a2aafcb756406ca37c04cb8a5e62e1302c (patch)
tree24a73890bcba5b68b04490cb1bcec27a00796f07
parentDrop the session flag on 3.3 as it was dropped by upstream. (diff)
downloadgentoo-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)
-rw-r--r--media-sound/audacious/ChangeLog6
-rw-r--r--media-sound/audacious/audacious-3.3_beta1.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog
index e982a1d03c06..34b8b0b07b8e 100644
--- a/media-sound/audacious/ChangeLog
+++ b/media-sound/audacious/ChangeLog
@@ -1,6 +1,10 @@
# 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.274 2012/07/05 17:41:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.275 2012/07/05 17:44:07 jdhore Exp $
+
+ 05 Jul 2012; Jeff Horelick <jdhore@gentoo.org> audacious-3.3_beta1.ebuild:
+ Drop the use_enable line for session too. I guess it's going to be one of
+ those days...
05 Jul 2012; Jeff Horelick <jdhore@gentoo.org> audacious-3.3_beta1.ebuild:
Drop the session flag on 3.3 as it was dropped by upstream.
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() {