diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-08 12:59:05 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-08 12:59:05 +0000 |
commit | 454e295dcbc97c7178a8db853743238c1e00bb31 (patch) | |
tree | bd529dd7956680bcbdb5ea860b6bd2826c4c918f /x11-wm | |
parent | Don't use make directly in the Makefile. Fixes bug 354861. (diff) | |
download | gentoo-2-454e295dcbc97c7178a8db853743238c1e00bb31.tar.gz gentoo-2-454e295dcbc97c7178a8db853743238c1e00bb31.tar.bz2 gentoo-2-454e295dcbc97c7178a8db853743238c1e00bb31.zip |
amd64 stable wrt #385799
(Portage version: 2.2.0_alpha62/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index d1d98dff311a..f9046754fbf5 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowmaker # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.122 2011/09/28 22:50:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.123 2011/10/08 12:59:05 ssuominen Exp $ + + 08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + windowmaker-0.92.0-r11.ebuild: + amd64 stable wrt #385799 28 Sep 2011; Samuli Suominen <ssuominen@gentoo.org> windowmaker-0.92.0-r11.ebuild: diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild index 77cebae52af9..e273b08e753a 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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-r11.ebuild,v 1.3 2011/09/28 22:50:31 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild,v 1.4 2011/10/08 12:59:05 ssuominen Exp $ EAPI=3 @@ -31,7 +31,7 @@ RDEPEND="${DEPEND} SLOT="0" LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" src_prepare() { local psd="${WORKDIR}"/${P}-patchset-${PATCHVER} |