diff options
author | Markus Rothe <corsair@gentoo.org> | 2008-08-08 20:21:37 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2008-08-08 20:21:37 +0000 |
commit | ae911876fda2c1b4af0764ea55cf9b8713d61333 (patch) | |
tree | 652ecf8e6b4347027f131b3e7bdf0ec3de835ceb /x11-wm | |
parent | x86 stable, bug #234191 (diff) | |
download | gentoo-2-ae911876fda2c1b4af0764ea55cf9b8713d61333.tar.gz gentoo-2-ae911876fda2c1b4af0764ea55cf9b8713d61333.tar.bz2 gentoo-2-ae911876fda2c1b4af0764ea55cf9b8713d61333.zip |
Stable on ppc64; bug #234066
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 752754369c7e..c0e79b9bae1e 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.96 2008/08/08 17:47:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.97 2008/08/08 20:21:37 corsair Exp $ + + 08 Aug 2008; Markus Rothe <corsair@gentoo.org> + windowmaker-0.92.0-r7.ebuild: + Stable on ppc64; bug #234066 08 Aug 2008; nixnut <nixnut@gentoo.org> windowmaker-0.92.0-r7.ebuild: Stable on ppc wrt bug 234066 diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild index 82e5a0fa7f88..c75147dd47ac 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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-r7.ebuild,v 1.3 2008/08/08 17:47:53 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r7.ebuild,v 1.4 2008/08/08 20:21:37 corsair Exp $ inherit autotools eutils gnustep-base flag-o-matic @@ -28,7 +28,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ppc ppc64 ~sparc ~x86 ~x86-fbsd" src_unpack() { is-flag -fstack-protector && filter-flags -fstack-protector \ |