summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-18 10:47:13 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-18 10:47:13 +0000
commit248c4d7e46c3ef94f78be4277ca824cef8459cff (patch)
tree1ebdae7253bb55109073f68d38343a76ce1c9313 /media-sound/clementine
parentVersion bump. (diff)
downloadgentoo-2-248c4d7e46c3ef94f78be4277ca824cef8459cff.tar.gz
gentoo-2-248c4d7e46c3ef94f78be4277ca824cef8459cff.tar.bz2
gentoo-2-248c4d7e46c3ef94f78be4277ca824cef8459cff.zip
Move gnome-base/gsettings-desktop-schemas behind USE="test" since it's unreasonable to think everyone is using a proxy.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/clementine')
-rw-r--r--media-sound/clementine/ChangeLog6
-rw-r--r--media-sound/clementine/clementine-1.0.0.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/clementine/ChangeLog b/media-sound/clementine/ChangeLog
index 0ec643befa22..0403f5dd6265 100644
--- a/media-sound/clementine/ChangeLog
+++ b/media-sound/clementine/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-sound/clementine
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.48 2012/01/08 16:11:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.49 2012/01/18 10:47:13 ssuominen Exp $
+
+ 18 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> clementine-1.0.0.ebuild:
+ Move gnome-base/gsettings-desktop-schemas behind USE="test" since it's
+ unreasonable to think everyone is using a proxy.
08 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
clementine-0.7.1-r2.ebuild, clementine-1.0.0.ebuild:
diff --git a/media-sound/clementine/clementine-1.0.0.ebuild b/media-sound/clementine/clementine-1.0.0.ebuild
index 716ec3f97008..412845b55710 100644
--- a/media-sound/clementine/clementine-1.0.0.ebuild
+++ b/media-sound/clementine/clementine-1.0.0.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/clementine/clementine-1.0.0.ebuild,v 1.2 2012/01/08 16:11:37 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.0.0.ebuild,v 1.3 2012/01/18 10:47:13 ssuominen Exp $
EAPI=4
@@ -15,7 +15,7 @@ SRC_URI="http://clementine-player.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="ayatana cdda +dbus ios ipod kde +lastfm mms mtp +ofa projectm +udev wiimote"
+IUSE="ayatana cdda +dbus ios ipod kde +lastfm mms mtp +ofa projectm test +udev wiimote"
IUSE+="${LANGS// / linguas_}"
REQUIRED_USE="
@@ -33,7 +33,6 @@ COMMON_DEPEND="
>=dev-libs/glib-2.24.1-r1:2
dev-libs/libxml2
dev-libs/qjson
- gnome-base/gsettings-desktop-schemas
media-libs/libechonest
media-libs/gstreamer:0.10
media-libs/gst-plugins-base:0.10
@@ -73,6 +72,7 @@ DEPEND="${COMMON_DEPEND}
x11-libs/qt-test:4
kde? ( dev-util/automoc )
dev-cpp/gmock
+ test? ( gnome-base/gsettings-desktop-schemas )
"
DOCS="Changelog"