diff options
author | David Shakaryan <omp@gentoo.org> | 2007-02-22 05:50:18 +0000 |
---|---|---|
committer | David Shakaryan <omp@gentoo.org> | 2007-02-22 05:50:18 +0000 |
commit | 3f7d3473353b3029498226a04dd96320b98c822b (patch) | |
tree | 557976fcc7b1e6d907a5daaf103ba5683852d7f8 /x11-wm | |
parent | Remove x11-wm/metisse blocker from DEPEND. (diff) | |
download | gentoo-2-3f7d3473353b3029498226a04dd96320b98c822b.tar.gz gentoo-2-3f7d3473353b3029498226a04dd96320b98c822b.tar.bz2 gentoo-2-3f7d3473353b3029498226a04dd96320b98c822b.zip |
Fix whitespace.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/jwm/ChangeLog | 8 | ||||
-rw-r--r-- | x11-wm/jwm/jwm-1.5.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/jwm/jwm-1.7.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/x11-wm/jwm/ChangeLog b/x11-wm/jwm/ChangeLog index ea2374baf3f6..c5f6032f19a5 100644 --- a/x11-wm/jwm/ChangeLog +++ b/x11-wm/jwm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/jwm -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/ChangeLog,v 1.9 2006/06/17 16:20:26 usata Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/ChangeLog,v 1.10 2007/02/22 05:50:18 omp Exp $ + + 22 Feb 2007; David Shakaryan <omp@gentoo.org> jwm-1.5.ebuild, + jwm-1.7.ebuild: + Fix whitespace. *jwm-1.7 (17 Jun 2006) diff --git a/x11-wm/jwm/jwm-1.5.ebuild b/x11-wm/jwm/jwm-1.5.ebuild index 7b93c2751074..1aafa0b3a5af 100644 --- a/x11-wm/jwm/jwm-1.5.ebuild +++ b/x11-wm/jwm/jwm-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-1.5.ebuild,v 1.3 2006/06/17 16:20:26 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-1.5.ebuild,v 1.4 2007/02/22 05:50:18 omp Exp $ inherit autotools eutils @@ -51,7 +51,7 @@ src_compile() { $(use_enable bidi fribidi) \ --enable-shape --enable-xrender || die "configure failed" - emake -j1 || die "make failed" + emake -j1 || die "make failed" } diff --git a/x11-wm/jwm/jwm-1.7.ebuild b/x11-wm/jwm/jwm-1.7.ebuild index 03c543d966a0..648ed4414c03 100644 --- a/x11-wm/jwm/jwm-1.7.ebuild +++ b/x11-wm/jwm/jwm-1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-1.7.ebuild,v 1.1 2006/06/17 16:20:26 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-1.7.ebuild,v 1.2 2007/02/22 05:50:18 omp Exp $ inherit autotools eutils @@ -49,7 +49,7 @@ src_compile() { $(use_enable bidi fribidi) \ --enable-shape --enable-xrender || die "configure failed" - emake -j1 || die "make failed" + emake -j1 || die "make failed" } |