summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-03-08 23:42:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-03-08 23:42:20 +0000
commitf37d63cef5f05e665a2b95d6a998b9d44756e3c5 (patch)
treee0aa93de9a19cff7f44612cb965021628a3511a3 /net-wireless/bluez-utils
parentAdded a development version of splashutils. (diff)
downloadgentoo-2-f37d63cef5f05e665a2b95d6a998b9d44756e3c5.tar.gz
gentoo-2-f37d63cef5f05e665a2b95d6a998b9d44756e3c5.tar.bz2
gentoo-2-f37d63cef5f05e665a2b95d6a998b9d44756e3c5.zip
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-wireless/bluez-utils')
-rw-r--r--net-wireless/bluez-utils/bluez-utils-2.15.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/bluez-utils/bluez-utils-2.15.ebuild b/net-wireless/bluez-utils/bluez-utils-2.15.ebuild
index 06516dadb731..9d17229b43ba 100644
--- a/net-wireless/bluez-utils/bluez-utils-2.15.ebuild
+++ b/net-wireless/bluez-utils/bluez-utils-2.15.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/net-wireless/bluez-utils/bluez-utils-2.15.ebuild,v 1.1 2005/03/08 15:33:46 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez-utils/bluez-utils-2.15.ebuild,v 1.2 2005/03/08 23:42:20 mr_bones_ Exp $
IUSE="gtk alsa cups pcmcia"
@@ -38,7 +38,7 @@ src_unpack() {
}
src_compile() {
-
+
econf \
$(use_enable cups) \
$(use_enable alsa) \
@@ -49,7 +49,7 @@ src_compile() {
--disable-initscripts \
--enable-obex \
--enable-hid2hci \
- --enable-bcm203x
+ --enable-bcm203x
emake || die "make failed"
}