diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-04-05 22:00:22 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-04-05 22:00:22 +0000 |
commit | 978c3866b68f27063d43ce0c68efa8a9a2a7eefc (patch) | |
tree | ce38328e97cff6ca84ccadefd4ccb7119d426dca | |
parent | create a /dev/console agetty by default on s390 (diff) | |
download | historical-978c3866b68f27063d43ce0c68efa8a9a2a7eefc.tar.gz historical-978c3866b68f27063d43ce0c68efa8a9a2a7eefc.tar.bz2 historical-978c3866b68f27063d43ce0c68efa8a9a2a7eefc.zip |
Remove typo'd whitespace
Package-Manager: portage-2.1.2.3
-rw-r--r-- | sys-apps/hal/hal-0.5.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.5.9.ebuild b/sys-apps/hal/hal-0.5.9.ebuild index 19fb0767813e..05300c101ce7 100644 --- a/sys-apps/hal/hal-0.5.9.ebuild +++ b/sys-apps/hal/hal-0.5.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.ebuild,v 1.4 2007/04/05 17:29:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.ebuild,v 1.5 2007/04/05 22:00:22 cardoe Exp $ inherit eutils linux-info autotools flag-o-matic @@ -122,7 +122,7 @@ src_compile() { --enable-man-pages \ --with-backend=${backend} \ $(use_enable debug verbose-mode) \ - $(use_with dell dell-backlight) \ + $(use_with dell dell-backlight) \ $(use_enable disk-partition parted) \ $(use_enable pcmcia pcmcia-support) \ $(use_enable doc docbook-docs) \ |