From c9fbd276ddf83d9468e0612f59acda0265a7fa30 Mon Sep 17 00:00:00 2001 From: Samuli Suominen Date: Sat, 30 Apr 2011 09:06:09 +0000 Subject: minor syntax update (Portage version: 2.2.0_alpha30/cvs/Linux x86_64) --- x11-misc/xwrits/xwrits-2.26.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'x11-misc') diff --git a/x11-misc/xwrits/xwrits-2.26.ebuild b/x11-misc/xwrits/xwrits-2.26.ebuild index ec2b828f073c..b9a97493ca65 100644 --- a/x11-misc/xwrits/xwrits-2.26.ebuild +++ b/x11-misc/xwrits/xwrits-2.26.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild,v 1.1 2009/08/16 13:12:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwrits/xwrits-2.26.ebuild,v 1.2 2011/04/30 09:06:09 ssuominen Exp $ DESCRIPTION="Reminds you to take wrist breaks, which will hopefully help you prevent repetitive stress injury." HOMEPAGE="http://www.lcdf.org/xwrits/" @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} x11-proto/xproto x11-proto/xineramaproto" -src_install () { - emake DESTDIR="${D}" install || die "emake install failed" +src_install() { + emake DESTDIR="${D}" install || die dodoc GESTURES NEWS README TODO } -- cgit v1.2.3-65-gdbad