diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-30 11:37:02 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-30 11:37:02 +0000 |
commit | 9277327f0933eb40d2aa95fc05b35436cbb6edfa (patch) | |
tree | a15e7a54d82a4e5963d034bfcb6229d3b389a298 /x11-wm | |
parent | Fix file location (#520550#c3 by Joakim Tjernlund) (diff) | |
download | gentoo-2-9277327f0933eb40d2aa95fc05b35436cbb6edfa.tar.gz gentoo-2-9277327f0933eb40d2aa95fc05b35436cbb6edfa.tar.bz2 gentoo-2-9277327f0933eb40d2aa95fc05b35436cbb6edfa.zip |
libXi-1.7.4 or newer needed to prevent bug #525218 (by Yuriy, Damien Granger, nE0sIghT, Chris Mayo...)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/mutter/mutter-3.14.3.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-wm/mutter/ChangeLog b/x11-wm/mutter/ChangeLog index 93f19f2b68a3..ac0c1b7eedaf 100644 --- a/x11-wm/mutter/ChangeLog +++ b/x11-wm/mutter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/mutter # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.50 2014/12/26 22:27:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.51 2014/12/30 11:37:02 pacho Exp $ + + 30 Dec 2014; Pacho Ramos <pacho@gentoo.org> mutter-3.14.3.ebuild: + libXi-1.7.4 or newer needed to prevent bug #525218 (by Yuriy, Damien Granger, + nE0sIghT, Chris Mayo...) 26 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> mutter-3.14.3.ebuild: Raise dependency on gobject-introspection to 1.42, bug #526976. diff --git a/x11-wm/mutter/mutter-3.14.3.ebuild b/x11-wm/mutter/mutter-3.14.3.ebuild index d3b4a4737bd2..a9b5db13756b 100644 --- a/x11-wm/mutter/mutter-3.14.3.ebuild +++ b/x11-wm/mutter/mutter-3.14.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.14.3.ebuild,v 1.2 2014/12/26 22:27:58 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.14.3.ebuild,v 1.3 2014/12/30 11:37:02 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -15,6 +15,8 @@ SLOT="0" IUSE="+introspection +kms test wayland" KEYWORDS="~amd64 ~arm ~x86" +# libXi-1.7.4 or newer needed per: +# https://bugzilla.gnome.org/show_bug.cgi?id=738944 COMMON_DEPEND=" >=x11-libs/pango-1.2[X,introspection?] >=x11-libs/cairo-1.10[X] @@ -37,7 +39,7 @@ COMMON_DEPEND=" x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes - >=x11-libs/libXi-1.7 + >=x11-libs/libXi-1.7.4 x11-libs/libXinerama x11-libs/libXrandr x11-libs/libXrender |