diff options
author | 2005-06-05 15:09:01 +0000 | |
---|---|---|
committer | 2005-06-05 15:09:01 +0000 | |
commit | 028fc3733d1100b40548e54ce99dd0e4b559ad67 (patch) | |
tree | e60959b0416dd986b873ac88f1bb97c0d7ae64ca /x11-misc/xwit | |
parent | fix ipv6 switch (diff) | |
download | gentoo-2-028fc3733d1100b40548e54ce99dd0e4b559ad67.tar.gz gentoo-2-028fc3733d1100b40548e54ce99dd0e4b559ad67.tar.bz2 gentoo-2-028fc3733d1100b40548e54ce99dd0e4b559ad67.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/xwit')
-rw-r--r-- | x11-misc/xwit/xwit-3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xwit/xwit-3.4.ebuild b/x11-misc/xwit/xwit-3.4.ebuild index 8b38cc48d8ea..161e92a6d87a 100644 --- a/x11-misc/xwit/xwit-3.4.ebuild +++ b/x11-misc/xwit/xwit-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.4 2005/06/05 14:18:13 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xwit/xwit-3.4.ebuild,v 1.5 2005/06/05 15:09:01 swegener Exp $ inherit eutils @@ -18,7 +18,7 @@ DEPEND="virtual/x11" src_compile() { epatch ${FILESDIR}/malloc.patch - + xmkmf || die "xmkmf failed" emake || die "Make failed" } |