diff options
author | 2007-04-05 22:00:22 +0000 | |
---|---|---|
committer | 2007-04-05 22:00:22 +0000 | |
commit | d115e45434c185e41686afa2091d3a7fd829e1e6 (patch) | |
tree | adf80331555fc3d19f79ba190de33f1d97cc553b /sys-apps/hal | |
parent | create a /dev/console agetty by default on s390 (diff) | |
download | gentoo-2-d115e45434c185e41686afa2091d3a7fd829e1e6.tar.gz gentoo-2-d115e45434c185e41686afa2091d3a7fd829e1e6.tar.bz2 gentoo-2-d115e45434c185e41686afa2091d3a7fd829e1e6.zip |
Remove typo'd whitespace
(Portage version: 2.1.2.3)
Diffstat (limited to 'sys-apps/hal')
-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) \ |