summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-01-12 10:46:19 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-01-12 10:46:19 +0000
commit8cd02ed6dbadc817bdb3f66e59360838fb26ae66 (patch)
treece9af18264c64d09c86ef5b17d3bd692f3e57252 /gnome-base
parentFix LICENSE, bug 449682. (diff)
downloadgentoo-2-8cd02ed6dbadc817bdb3f66e59360838fb26ae66.tar.gz
gentoo-2-8cd02ed6dbadc817bdb3f66e59360838fb26ae66.tar.bz2
gentoo-2-8cd02ed6dbadc817bdb3f66e59360838fb26ae66.zip
Raise libsoup dependency according to bug #451486.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/gnome-shell/ChangeLog6
-rw-r--r--gnome-base/gnome-shell/gnome-shell-3.6.2-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog
index 8f199b806ad5..87ac6f7f6afb 100644
--- a/gnome-base/gnome-shell/ChangeLog
+++ b/gnome-base/gnome-shell/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/gnome-shell
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.24 2013/01/06 09:37:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.25 2013/01/12 10:46:19 eva Exp $
+
+ 12 Jan 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-shell-3.6.2-r1.ebuild:
+ Raise libsoup dependency according to bug #451486.
06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> gnome-shell-3.6.2-r1.ebuild:
Add ~sparc, wrt bug #449220
diff --git a/gnome-base/gnome-shell/gnome-shell-3.6.2-r1.ebuild b/gnome-base/gnome-shell/gnome-shell-3.6.2-r1.ebuild
index ba9c8da2cdbe..5577209b7def 100644
--- a/gnome-base/gnome-shell/gnome-shell-3.6.2-r1.ebuild
+++ b/gnome-base/gnome-shell/gnome-shell-3.6.2-r1.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/gnome-shell/gnome-shell-3.6.2-r1.ebuild,v 1.6 2013/01/06 09:37:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.6.2-r1.ebuild,v 1.7 2013/01/12 10:46:19 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -54,7 +54,7 @@ COMMON_DEPEND="
media-libs/libcanberra
media-libs/mesa
media-sound/pulseaudio
- net-libs/libsoup:2.4[introspection]
+ >=net-libs/libsoup-2.40:2.4[introspection]
x11-libs/libX11
x11-libs/gdk-pixbuf:2[introspection]
x11-libs/pango[introspection]