diff options
author | 2012-07-05 17:41:29 +0000 | |
---|---|---|
committer | 2012-07-05 17:41:29 +0000 | |
commit | dd87982220f3f70aaba046cc471ea8bedb900cc1 (patch) | |
tree | 47822aee57c2c68657a432848da309a6bf167d0b /media-sound | |
parent | Stable for amd64, wrt bug #424846 (diff) | |
download | gentoo-2-dd87982220f3f70aaba046cc471ea8bedb900cc1.tar.gz gentoo-2-dd87982220f3f70aaba046cc471ea8bedb900cc1.tar.bz2 gentoo-2-dd87982220f3f70aaba046cc471ea8bedb900cc1.zip |
Drop the session flag on 3.3 as it was dropped by upstream.
(Portage version: 2.2.0_alpha116/cvs/Linux i686)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/audacious/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/audacious/audacious-3.3_beta1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/media-sound/audacious/ChangeLog b/media-sound/audacious/ChangeLog index 34307add786c..e982a1d03c06 100644 --- a/media-sound/audacious/ChangeLog +++ b/media-sound/audacious/ChangeLog @@ -1,6 +1,9 @@ # 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.273 2012/07/05 01:00:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/ChangeLog,v 1.274 2012/07/05 17:41:29 jdhore Exp $ + + 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. *audacious-3.2.4 (05 Jul 2012) *audacious-3.3_beta1 (05 Jul 2012) diff --git a/media-sound/audacious/audacious-3.3_beta1.ebuild b/media-sound/audacious/audacious-3.3_beta1.ebuild index dbfd6b257fd3..9dbb0f8d6caa 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.1 2012/07/05 01:00:52 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/audacious/audacious-3.3_beta1.ebuild,v 1.2 2012/07/05 17:41:29 jdhore Exp $ EAPI=4 inherit eutils @@ -16,15 +16,14 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="" -IUSE="chardet nls session" +IUSE="chardet nls" RDEPEND=">=dev-libs/dbus-glib-0.60 >=dev-libs/glib-2.16 dev-libs/libxml2 >=x11-libs/cairo-1.2.6 >=x11-libs/pango-1.8.0 - x11-libs/gtk+:3 - session? ( x11-libs/libSM )" + x11-libs/gtk+:3" DEPEND="${RDEPEND} virtual/pkgconfig |