summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-05 07:34:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-05 07:34:46 +0000
commit7f7434b44d83845d5f68ed21466adf1a3e851afe (patch)
tree7157d0d7ba262d281b4ec3838e2351c16e5b1295 /x11-libs/Xaw3d
parentfix repoman warnings (diff)
downloadgentoo-2-7f7434b44d83845d5f68ed21466adf1a3e851afe.tar.gz
gentoo-2-7f7434b44d83845d5f68ed21466adf1a3e851afe.tar.bz2
gentoo-2-7f7434b44d83845d5f68ed21466adf1a3e851afe.zip
Quoting
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/Xaw3d')
-rw-r--r--x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild b/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild
index 8d9830e849c3..b8190a5f90cf 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-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# 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.35 2007/02/10 14:57:09 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/Xaw3d/Xaw3d-1.5-r1.ebuild,v 1.36 2009/05/05 07:34:46 ssuominen Exp $
# Ok, hopefully this will resolv the problem with the version of libXaw3d that
# gets created.
@@ -43,12 +43,12 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${P}.tar.gz
- cd ${S}
+ cd "${S}"
# For some reason it isn't automatically patched.
# That's why I manually override the source_unpack function.
- epatch ${FILESDIR}/Xaw3d-xfree86.diff
- epatch ${FILESDIR}/Xaw3d-out-of-tree.diff
+ epatch "${FILESDIR}"/Xaw3d-xfree86.diff \
+ "${FILESDIR}"/Xaw3d-out-of-tree.diff
# This adds more familiar scroll-bar look and feel for Emacs and
# others <mkennedy@gentoo.org>