diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-04 19:23:26 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-04 19:23:26 +0000 |
commit | 400f029eab10aec4a2d3de24ac379a76831d7e3f (patch) | |
tree | d40e4a654e14dfc473ce385fdc484d1885dc863a /x11-wm | |
parent | Added a patch for the IPTables RDoS vulnerability; bug #55694. (Manifest reco... (diff) | |
download | gentoo-2-400f029eab10aec4a2d3de24ac379a76831d7e3f.tar.gz gentoo-2-400f029eab10aec4a2d3de24ac379a76831d7e3f.tar.bz2 gentoo-2-400f029eab10aec4a2d3de24ac379a76831d7e3f.zip |
Stable on alpha.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/metacity/metacity-2.8.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/metacity/ChangeLog b/x11-wm/metacity/ChangeLog index 6c8e9ed2cc95..ed85305f91ed 100644 --- a/x11-wm/metacity/ChangeLog +++ b/x11-wm/metacity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/metacity # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.66 2004/06/30 14:05:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.67 2004/07/04 19:23:26 kloeri Exp $ + + 04 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> metacity-2.8.0.ebuild: + Stable on alpha. 30 Jun 2004; Aron Griffis <agriffis@gentoo.org> metacity-2.6.3.ebuild, metacity-2.6.5.ebuild: diff --git a/x11-wm/metacity/metacity-2.8.0.ebuild b/x11-wm/metacity/metacity-2.8.0.ebuild index 90311f683ae3..ef2c39c87cad 100644 --- a/x11-wm/metacity/metacity-2.8.0.ebuild +++ b/x11-wm/metacity/metacity-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.8.0.ebuild,v 1.9 2004/06/24 23:43:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.8.0.ebuild,v 1.10 2004/07/04 19:23:26 kloeri Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~alpha ~sparc hppa amd64 ~ia64 mips" +KEYWORDS="x86 ppc alpha ~sparc hppa amd64 ~ia64 mips" IUSE="xinerama" # not parallel-safe; see bug #14405 |