summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-04-07 09:43:07 +0000
committerPacho Ramos <pacho@gentoo.org>2013-04-07 09:43:07 +0000
commit6e736155ee798ec60b0197d7174bd0463f1d972d (patch)
tree2bd85e9adcc193d0a1c317dec3e07a6398434219 /gnome-base/gvfs
parentFix libsoup deps (diff)
downloadgentoo-2-6e736155ee798ec60b0197d7174bd0463f1d972d.tar.gz
gentoo-2-6e736155ee798ec60b0197d7174bd0463f1d972d.tar.bz2
gentoo-2-6e736155ee798ec60b0197d7174bd0463f1d972d.zip
Fix libsoup deps
(Portage version: 2.1.11.60/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gvfs')
-rw-r--r--gnome-base/gvfs/ChangeLog5
-rw-r--r--gnome-base/gvfs/gvfs-1.16.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/gnome-base/gvfs/ChangeLog b/gnome-base/gvfs/ChangeLog
index 353147614711..69cbbf369200 100644
--- a/gnome-base/gvfs/ChangeLog
+++ b/gnome-base/gvfs/ChangeLog
@@ -1,6 +1,9 @@
# 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.212 2013/04/01 18:24:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.213 2013/04/07 09:43:07 pacho Exp $
+
+ 07 Apr 2013; Pacho Ramos <pacho@gentoo.org> gvfs-1.16.0.ebuild:
+ Fix libsoup deps
01 Apr 2013; Agostino Sarubbo <ago@gentoo.org> gvfs-1.12.3-r1.ebuild:
Stable for sparc, wrt bug #458984
diff --git a/gnome-base/gvfs/gvfs-1.16.0.ebuild b/gnome-base/gvfs/gvfs-1.16.0.ebuild
index 6a9be4b48620..0485ebbd209a 100644
--- a/gnome-base/gvfs/gvfs-1.16.0.ebuild
+++ b/gnome-base/gvfs/gvfs-1.16.0.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.0.ebuild,v 1.3 2013/03/31 19:13:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.16.0.ebuild,v 1.4 2013/04/07 09:43:07 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -45,7 +45,7 @@ RDEPEND=">=dev-libs/glib-2.35:2
gnome-keyring? ( app-crypt/libsecret )
gphoto2? ( >=media-libs/libgphoto2-2.4.7:= )
gtk? ( >=x11-libs/gtk+-3.0:3 )
- http? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-2.34.0[gnome] ) )
+ http? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.34.0[gnome] ) )
ios? (
>=app-pda/libimobiledevice-1.1.0
>=app-pda/libplist-1 )