diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-15 13:34:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-15 13:34:58 +0000 |
commit | 703d1ee13f87074a6a380317b80e2cbab6b44225 (patch) | |
tree | d706c93a6a93c127d96026b9a746b90c9773e006 /x11-wm/mutter | |
parent | x86 stable, bug 534012 (diff) | |
download | gentoo-2-703d1ee13f87074a6a380317b80e2cbab6b44225.tar.gz gentoo-2-703d1ee13f87074a6a380317b80e2cbab6b44225.tar.bz2 gentoo-2-703d1ee13f87074a6a380317b80e2cbab6b44225.zip |
x86 stable, bug 534012
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r-- | x11-wm/mutter/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/mutter/mutter-3.14.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/mutter/ChangeLog b/x11-wm/mutter/ChangeLog index 11c295546af9..41070ea96eaa 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.53 2015/03/14 18:47:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.54 2015/03/15 13:34:58 pacho Exp $ + + 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> mutter-3.14.3.ebuild: + x86 stable, bug 534012 14 Mar 2015; Pacho Ramos <pacho@gentoo.org> mutter-3.14.3.ebuild: amd64 stable, bug 534012 diff --git a/x11-wm/mutter/mutter-3.14.3.ebuild b/x11-wm/mutter/mutter-3.14.3.ebuild index f11558d3b249..9b633f9fac2c 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-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.3.ebuild,v 1.5 2015/03/14 18:47:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.14.3.ebuild,v 1.6 2015/03/15 13:34:58 pacho 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 |