diff options
Diffstat (limited to 'x11-wm/windowmaker')
-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 24955f2e389b..e1e53d7c4e28 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.73 2006/08/18 00:47:36 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.74 2006/08/20 15:12:13 metalgod Exp $ + + 20 Aug 2006; Luis Medinas <metalgod@gentoo.org> + windowmaker-0.92.0-r3.ebuild: + Added ~ppc64 keyword requested by Kugelfang. 18 Aug 2006; Luis Medinas <metalgod@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 5482440d818e..dc52c9f71b92 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.11 2006/08/20 15:08:06 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r3.ebuild,v 1.12 2006/08/20 15:12:13 metalgod Exp $ inherit eutils gnustep-funcs flag-o-matic multilib @@ -26,7 +26,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="alpha amd64 mips ppc sparc x86" +KEYWORDS="alpha amd64 mips ppc ~ppc64 sparc x86" if use gnustep; then egnustep_install_domain "Local" |