diff options
author | Luis Medinas <metalgod@gentoo.org> | 2006-04-22 16:32:11 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2006-04-22 16:32:11 +0000 |
commit | be7c65b3706c5b7045e4e804a450cd66e5946045 (patch) | |
tree | 5dd046a559bdccc9e3a2fdd7bdb771db0de42e75 /x11-wm | |
parent | Mask madwifi useflag. (diff) | |
download | gentoo-2-be7c65b3706c5b7045e4e804a450cd66e5946045.tar.gz gentoo-2-be7c65b3706c5b7045e4e804a450cd66e5946045.tar.bz2 gentoo-2-be7c65b3706c5b7045e4e804a450cd66e5946045.zip |
Stable on amd64. Bug #130839.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 8ebeef6fd076..013452c3790c 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.68 2006/04/22 15:56:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.69 2006/04/22 16:32:10 metalgod Exp $ + + 22 Apr 2006; Luis Medinas <metalgod@gentoo.org> + windowmaker-0.92.0-r3.ebuild: + Stable on amd64. Bug #130839. 22 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> windowmaker-0.92.0-r3.ebuild: diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild index aacb785f43b3..e60c7ef6f786 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.4 2006/04/22 15:56:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.5 2006/04/22 16:32:11 metalgod Exp $ inherit eutils gnustep-funcs flag-o-matic multilib @@ -25,7 +25,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~mips ~ppc ~sparc x86" if use gnustep; then egnustep_install_domain "Local" |