diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-11 22:03:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-05-11 22:03:26 +0000 |
commit | 45fe9a0f1397150353f28e7352cd26e4f053ebab (patch) | |
tree | 1c758df2586b17d48353ea7739882a40eb2996c9 /gnome-base | |
parent | Version bump. (diff) | |
download | gentoo-2-45fe9a0f1397150353f28e7352cd26e4f053ebab.tar.gz gentoo-2-45fe9a0f1397150353f28e7352cd26e4f053ebab.tar.bz2 gentoo-2-45fe9a0f1397150353f28e7352cd26e4f053ebab.zip |
Use subslot operator for the libplist and libimobiledevice dependencies.
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/gvfs/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.14.2.ebuild | 6 | ||||
-rw-r--r-- | gnome-base/gvfs/gvfs-1.16.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog index 4924f916f71f..fed790afaf60 100644 --- a/gnome-base/gvfs/ChangeLog +++ b/gnome-base/gvfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gvfs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.217 2013/05/05 12:13:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.218 2013/05/11 22:03:26 ssuominen Exp $ + + 11 May 2013; Samuli Suominen <ssuominen@gentoo.org> gvfs-1.14.2.ebuild, + gvfs-1.16.1.ebuild: + Use subslot operator for the libplist and libimobiledevice dependencies. 05 May 2013; Justin Lecher <jlec@gentoo.org> gvfs-1.14.2.ebuild, gvfs-1.16.1.ebuild: diff --git a/gnome-base/gvfs/gvfs-1.14.2.ebuild b/gnome-base/gvfs/gvfs-1.14.2.ebuild index cbefbcb774ec..dda5408d6634 100644 --- a/gnome-base/gvfs/gvfs-1.14.2.ebuild +++ b/gnome-base/gvfs/gvfs-1.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.8 2013/05/05 12:13:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.14.2.ebuild,v 1.9 2013/05/11 22:03:26 ssuominen Exp $ EAPI="5" GCONF_DEBUG="no" @@ -55,8 +55,8 @@ RDEPEND=">=dev-libs/glib-2.33.12:2 gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( >=net-libs/libsoup-gnome-2.26.0 ) ios? ( - >=app-pda/libimobiledevice-1.1.0 - >=app-pda/libplist-1 ) + >=app-pda/libimobiledevice-1.1.0:= + >=app-pda/libplist-1:= ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) systemd? ( sys-apps/systemd ) udev? ( diff --git a/gnome-base/gvfs/gvfs-1.16.1.ebuild b/gnome-base/gvfs/gvfs-1.16.1.ebuild index 04aecc35a91e..96bcd49bfe4c 100644 --- a/gnome-base/gvfs/gvfs-1.16.1.ebuild +++ b/gnome-base/gvfs/gvfs-1.16.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.1.ebuild,v 1.3 2013/05/05 12:13:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.1.ebuild,v 1.4 2013/05/11 22:03:26 ssuominen Exp $ EAPI="5" GCONF_DEBUG="no" @@ -44,8 +44,8 @@ RDEPEND=" gtk? ( >=x11-libs/gtk+-3.0:3 ) http? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.34.0 ) ) ios? ( - >=app-pda/libimobiledevice-1.1.0 - >=app-pda/libplist-1 ) + >=app-pda/libimobiledevice-1.1.0:= + >=app-pda/libplist-1:= ) mtp? ( >=media-libs/libmtp-1.1.5 ) samba? ( >=net-fs/samba-3.4.6[smbclient] ) systemd? ( sys-apps/systemd ) |