diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 09:24:46 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-06-26 09:24:46 +0000 |
commit | bc64fbf580841281e4573907e51dfe65973c2f0e (patch) | |
tree | 2ea3b8a0ea01850a0df7e34a221f8938278ec05a /x11-wm | |
parent | Stable for x86, wrt bug #551814 (diff) | |
download | gentoo-2-bc64fbf580841281e4573907e51dfe65973c2f0e.tar.gz gentoo-2-bc64fbf580841281e4573907e51dfe65973c2f0e.tar.bz2 gentoo-2-bc64fbf580841281e4573907e51dfe65973c2f0e.zip |
Stable for x86, wrt bug #551814
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/mutter/mutter-3.14.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/mutter/ChangeLog b/x11-wm/mutter/ChangeLog index 10b94626303f..a79caeed662a 100644 --- a/x11-wm/mutter/ChangeLog +++ b/x11-wm/mutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/mutter # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.57 2015/06/21 12:09:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.58 2015/06/26 09:24:46 ago Exp $ + + 26 Jun 2015; Agostino Sarubbo <ago@gentoo.org> mutter-3.14.4.ebuild: + Stable for x86, wrt bug #551814 21 Jun 2015; Mikle Kolyada <zlogene@gentoo.org> mutter-3.14.4.ebuild: amd64 stable wrt bug #551814 diff --git a/x11-wm/mutter/mutter-3.14.4.ebuild b/x11-wm/mutter/mutter-3.14.4.ebuild index 3152ef16a974..eae3bc27f6c7 100644 --- a/x11-wm/mutter/mutter-3.14.4.ebuild +++ b/x11-wm/mutter/mutter-3.14.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.14.4.ebuild,v 1.2 2015/06/21 12:09:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.14.4.ebuild,v 1.3 2015/06/26 09:24:46 ago Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="http://git.gnome.org/browse/mutter/" LICENSE="GPL-2+" SLOT="0" IUSE="+introspection +kms test wayland" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" # libXi-1.7.4 or newer needed per: # https://bugzilla.gnome.org/show_bug.cgi?id=738944 |