summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-07 00:24:03 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-07 00:24:03 +0000
commit9b5fc27743d0f914f049b5abbd424a68fa496560 (patch)
tree893c9c4b145787e74faefd9ef989620af3e67939 /x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
parentheader fix (diff)
downloadgentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.gz
gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.bz2
gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.zip
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild')
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index 99b5226aed2d..eaf526ab5f60 100644
--- a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
+++ b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.11 2003/03/10 22:39:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.12 2003/09/07 00:23:27 msterret Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -35,7 +35,7 @@ DEPEND="virtual/x11"
src_unpack() {
unpack ${P}.tar.gz
cd ${S}
-
+
# For some reason it isn't automatically patched.
# That's why I manually override the source_unpack function.
patch -p0 <${FILESDIR}/Xaw3d-xfree86.diff || die
@@ -51,7 +51,7 @@ src_compile() {
# convoluted process for out-of-tree building
mkdir ./X11
cd ./X11 ; ln -sf ../../Xaw3d . ; cd ..
-
+
xmkmf || die
make includes || die
make depend || die