summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-03 20:58:44 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-03 20:58:44 +0000
commit107ae8c2ecdd2868a7c897c0d7d030cf9ccc7215 (patch)
tree9658e7bb47cfa2abb1d0776f75cd8902fdb3aa0e /media-sound/gmpc
parentRevbump to switch to virtual/libffi, bug #272054. (diff)
downloadgentoo-2-107ae8c2ecdd2868a7c897c0d7d030cf9ccc7215.tar.gz
gentoo-2-107ae8c2ecdd2868a7c897c0d7d030cf9ccc7215.tar.bz2
gentoo-2-107ae8c2ecdd2868a7c897c0d7d030cf9ccc7215.zip
Enable session by default, thanks tanderson.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/gmpc')
-rw-r--r--media-sound/gmpc/gmpc-0.18.0-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/gmpc/gmpc-0.18.0-r2.ebuild b/media-sound/gmpc/gmpc-0.18.0-r2.ebuild
index 5cce5d824ae5..d4fdccfedec5 100644
--- a/media-sound/gmpc/gmpc-0.18.0-r2.ebuild
+++ b/media-sound/gmpc/gmpc-0.18.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.18.0-r2.ebuild,v 1.3 2009/06/03 20:38:22 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/gmpc/gmpc-0.18.0-r2.ebuild,v 1.4 2009/06/03 20:58:44 ssuominen Exp $
EAPI=2
inherit autotools eutils gnome2-utils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/musicpd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~ppc sparc ~x86"
-IUSE="nls session xspf"
+IUSE="nls +session xspf"
RDEPEND=">=dev-libs/glib-2.10:2
dev-perl/XML-Parser