summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-01-01 20:54:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-01-01 20:54:45 +0000
commit983c15819841127436f837ab792b7cbcb4b8dee8 (patch)
treeb9a7acf71fb28213e0f771e4496eafe0d8812fd4 /app-laptop/tpb
parentversion bump (diff)
downloadgentoo-2-983c15819841127436f837ab792b7cbcb4b8dee8.tar.gz
gentoo-2-983c15819841127436f837ab792b7cbcb4b8dee8.tar.bz2
gentoo-2-983c15819841127436f837ab792b7cbcb4b8dee8.zip
fix quoting
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'app-laptop/tpb')
-rw-r--r--app-laptop/tpb/tpb-0.6.4.ebuild13
1 files changed, 5 insertions, 8 deletions
diff --git a/app-laptop/tpb/tpb-0.6.4.ebuild b/app-laptop/tpb/tpb-0.6.4.ebuild
index 28807773fb0e..3a0740053dfe 100644
--- a/app-laptop/tpb/tpb-0.6.4.ebuild
+++ b/app-laptop/tpb/tpb-0.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/tpb-0.6.4.ebuild,v 1.6 2008/08/20 04:01:20 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpb/tpb-0.6.4.ebuild,v 1.7 2010/01/01 20:54:45 ssuominen Exp $
inherit linux-info eutils
@@ -11,7 +11,6 @@ SRC_URI="http://savannah.nongnu.org/download/tpb/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 -ppc x86"
-
IUSE="nls xosd"
DEPEND="x11-libs/libXt
@@ -23,16 +22,14 @@ ERROR_NVRAM="${P} requires /dev/nvram support (CONFIG_NVRAM)"
src_unpack() {
unpack ${A}
-
- cd ${S}
- epatch ${FILESDIR}/${PN}-configure-fix.diff
+ cd "${S}"
+ epatch "${FILESDIR}"/${PN}-configure-fix.diff
}
src_compile() {
econf \
$(use_enable nls) \
- $(use_enable xosd) \
- || die "econf failed"
+ $(use_enable xosd)
emake || die "emake failed"
}