diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-30 22:45:19 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-08-30 22:45:19 +0000 |
commit | baddef1ec1489cbcf6ca5be0a5170612e14285e6 (patch) | |
tree | 92e82927e7bbb96fa0448229cd2928cc31f2fd81 /media-gfx/gthumb/gthumb-3.2.3.ebuild | |
parent | Depend on libsoup-gnome again, clean up old revisions. (diff) | |
download | historical-baddef1ec1489cbcf6ca5be0a5170612e14285e6.tar.gz historical-baddef1ec1489cbcf6ca5be0a5170612e14285e6.tar.bz2 historical-baddef1ec1489cbcf6ca5be0a5170612e14285e6.zip |
Depend on libsoup-gnome again, clean up old revisions.
Package-Manager: portage-2.2.1/cvs/Linux x86_64
Manifest-Sign-Key: 0xC6085806
Diffstat (limited to 'media-gfx/gthumb/gthumb-3.2.3.ebuild')
-rw-r--r-- | media-gfx/gthumb/gthumb-3.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |