diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-30 22:45:15 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-30 22:45:15 +0000 |
commit | 89f886a2762f55c71f92b9d47368ce0429fc00f5 (patch) | |
tree | 584dc37f9d007d4b03c058716e26f9030aa26b05 /media-gfx/gthumb | |
parent | Depend on libsoup-gnome again, clean up old revisions. (diff) | |
download | gentoo-2-89f886a2762f55c71f92b9d47368ce0429fc00f5.tar.gz gentoo-2-89f886a2762f55c71f92b9d47368ce0429fc00f5.tar.bz2 gentoo-2-89f886a2762f55c71f92b9d47368ce0429fc00f5.zip |
Depend on libsoup-gnome again, clean up old revisions.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r-- | media-gfx/gthumb/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.2.2.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.2.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/media-gfx/gthumb/ChangeLog b/media-gfx/gthumb/ChangeLog index 8efc59dfb3e3..17ee358ab4f3 100644 --- a/media-gfx/gthumb/ChangeLog +++ b/media-gfx/gthumb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/gthumb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.163 2013/07/11 20:36:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.164 2013/08/30 22:45:15 eva Exp $ + + 30 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> gthumb-3.2.2.ebuild, + gthumb-3.2.3.ebuild: + Depend on libsoup-gnome again, clean up old revisions. *gthumb-3.2.3 (11 Jul 2013) diff --git a/media-gfx/gthumb/gthumb-3.2.2.ebuild b/media-gfx/gthumb/gthumb-3.2.2.ebuild index 4f44bb496b7d..ddfa6a5746c0 100644 --- a/media-gfx/gthumb/gthumb-3.2.2.ebuild +++ b/media-gfx/gthumb/gthumb-3.2.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/media-gfx/gthumb/gthumb-3.2.2.ebuild,v 1.1 2013/05/13 19:52:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-3.2.2.ebuild,v 1.2 2013/08/30 22:45:15 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -30,7 +30,7 @@ COMMON_DEPEND=" gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) - http? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.36:2.4 ) ) + http? ( >=net-libs/libsoup-gnome-2.36:2.4 ) jpeg? ( virtual/jpeg:0= ) json? ( >=dev-libs/json-glib-0.15.0 ) libsecret? ( >=app-crypt/libsecret-0.11 ) diff --git a/media-gfx/gthumb/gthumb-3.2.3.ebuild b/media-gfx/gthumb/gthumb-3.2.3.ebuild index c1d641dcf26c..53170deb5989 100644 --- a/media-gfx/gthumb/gthumb-3.2.3.ebuild +++ b/media-gfx/gthumb/gthumb-3.2.3.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/media-gfx/gthumb/gthumb-3.2.3.ebuild,v 1.1 2013/07/11 20:36:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-3.2.3.ebuild,v 1.2 2013/08/30 22:45:15 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -30,7 +30,7 @@ COMMON_DEPEND=" gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 ) - http? ( || ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.36:2.4 ) ) + http? ( >=net-libs/libsoup-gnome-2.36:2.4 ) jpeg? ( virtual/jpeg:0= ) json? ( >=dev-libs/json-glib-0.15.0 ) libsecret? ( >=app-crypt/libsecret-0.11 ) |