diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-07-12 03:41:29 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-07-12 03:41:29 +0000 |
commit | 252d492d86b011460cf9b35b1e28f419f46e94e4 (patch) | |
tree | 706f909980a41c4b8f4536159e645252f7321e77 /media-sound | |
parent | use the gemspec file instead of the pregenerated metadata file (diff) | |
download | gentoo-2-252d492d86b011460cf9b35b1e28f419f46e94e4.tar.gz gentoo-2-252d492d86b011460cf9b35b1e28f419f46e94e4.tar.bz2 gentoo-2-252d492d86b011460cf9b35b1e28f419f46e94e4.zip |
reset SLOT of dep udisks fixes bug #439644
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/clementine/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/clementine/clementine-1.2.2.ebuild | 4 | ||||
-rw-r--r-- | media-sound/clementine/clementine-1.2.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-sound/clementine/ChangeLog b/media-sound/clementine/ChangeLog index b0610b01bc2b..efffd7ce501f 100644 --- a/media-sound/clementine/ChangeLog +++ b/media-sound/clementine/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/clementine # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.98 2015/05/29 05:57:10 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/ChangeLog,v 1.99 2015/07/12 03:41:29 idella4 Exp $ + + 12 Jul 2015; Ian Delaney <idella4@gentoo.org> clementine-1.2.2.ebuild, + clementine-1.2.3.ebuild: + reset SLOT of dep udisks fixes bug #439644 29 May 2015; Ian Delaney <idella4@gentoo.org> clementine-1.2.3.ebuild, clementine-9999.ebuild: diff --git a/media-sound/clementine/clementine-1.2.2.ebuild b/media-sound/clementine/clementine-1.2.2.ebuild index f7dbb4ede30e..4f341642e5e3 100644 --- a/media-sound/clementine/clementine-1.2.2.ebuild +++ b/media-sound/clementine/clementine-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.2.2.ebuild,v 1.6 2015/01/29 00:16:40 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.2.2.ebuild,v 1.7 2015/07/12 03:41:29 idella4 Exp $ EAPI=5 @@ -60,7 +60,7 @@ COMMON_DEPEND=" # https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches # r1966 "Compile with a static sqlite by default, since Qt 4.7 doesn't seem to expose the symbols we need to use FTS" RDEPEND="${COMMON_DEPEND} - dbus? ( udisks? ( sys-fs/udisks:0 ) ) + dbus? ( udisks? ( sys-fs/udisks:2 ) ) mms? ( media-plugins/gst-plugins-libmms:0.10 ) mtp? ( gnome-base/gvfs ) projectm? ( >=media-libs/libprojectm-1.2.0 ) diff --git a/media-sound/clementine/clementine-1.2.3.ebuild b/media-sound/clementine/clementine-1.2.3.ebuild index fe9ed0be16dc..c06df3f73227 100644 --- a/media-sound/clementine/clementine-1.2.3.ebuild +++ b/media-sound/clementine/clementine-1.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild,v 1.5 2015/03/14 13:14:41 maksbotan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/clementine/clementine-1.2.3.ebuild,v 1.6 2015/07/12 03:41:29 idella4 Exp $ EAPI=5 @@ -63,7 +63,7 @@ COMMON_DEPEND=" # https://github.com/clementine-player/Clementine/tree/master/3rdparty/libprojectm/patches # r1966 "Compile with a static sqlite by default, since Qt 4.7 doesn't seem to expose the symbols we need to use FTS" RDEPEND="${COMMON_DEPEND} - dbus? ( udisks? ( sys-fs/udisks:0 ) ) + dbus? ( udisks? ( sys-fs/udisks:2 ) ) mms? ( media-plugins/gst-plugins-libmms:0.10 ) mtp? ( gnome-base/gvfs ) projectm? ( >=media-libs/libprojectm-1.2.0 ) |