From 80d6f1ba14a46f95b75e7af2e0fe1b30be61219f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 20 Jun 2006 19:47:37 +0000 Subject: [PATCH] kill off pointless whitespace --- eclass/linux-mod.eclass | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/eclass/linux-mod.eclass b/eclass/linux-mod.eclass index 5b3042a4410a..b456f1ca7e25 100644 --- a/eclass/linux-mod.eclass +++ b/eclass/linux-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.65 2006/05/22 09:27:50 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/linux-mod.eclass,v 1.66 2006/06/20 19:47:37 vapier Exp $ # Description: This eclass is used to interface with linux-info in such a way # to provide the functionality required and initial functions @@ -90,9 +90,9 @@ IUSE="" # don't put pcmcia here, rather in the ebuilds that actually support pcm SLOT="0" DESCRIPTION="Based on the $ECLASS eclass" RDEPEND="kernel_linux? ( virtual/modutils - pcmcia? ( virtual/pcmcia ) )" + pcmcia? ( virtual/pcmcia ) )" DEPEND="${RDEPEND} - sys-apps/sed" + sys-apps/sed" # eclass utilities # ---------------------------------- @@ -512,8 +512,7 @@ linux-mod_src_compile() { emake HOSTCC=${CC_HOSTCC} CC=${CC_CC}\ ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS} \ - || die "Unable to make \ - ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}." + || die "Unable to make ${BUILD_FIXES} ${BUILD_PARAMS} ${BUILD_TARGETS}." touch ${srcdir}/.built cd ${OLDPWD} fi -- 2.26.2