commit:     166af7d4c47312938ad22d7b1880476ef281da57
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 12 20:52:36 2014 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 16:28:48 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=166af7d4

x11-themes/gnome-themes-standard: raise gtk+:3 dependency

Otherwise, all application start complaining like this:
"Gtk-WARNING **: Theme parsing error: gtk-widgets.css:1732:2: Missing
 name of pseudo-class"

It makes some unittests fail like in empathy.

---
 x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild | 2 +-
 x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild 
b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
index 720614b..2604499 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.12.0.ebuild
@@ -22,7 +22,7 @@ COMMON_DEPEND="
        >=x11-themes/gtk-engines-2.15.3:2
        gtk? (
                >=x11-libs/gtk+-2.24.15:2
-               >=x11-libs/gtk+-3.9.12:3 )
+               >=x11-libs/gtk+-3.12:3 )
 "
 DEPEND="${COMMON_DEPEND}
        >=dev-util/intltool-0.40

diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild 
b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
index 831a992..0008d9f 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-9999.ebuild
@@ -29,7 +29,7 @@ COMMON_DEPEND="
        >=x11-themes/gtk-engines-2.15.3:2
        gtk? (
                >=x11-libs/gtk+-2.24.15:2
-               >=x11-libs/gtk+-3.9.12:3 )
+               >=x11-libs/gtk+-3.12:3 )
 "
 DEPEND="${COMMON_DEPEND}
        >=dev-util/intltool-0.40

Reply via email to