summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-05-10 00:04:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-05-10 00:04:56 +0000
commit6b2b8538664c00029a6393b79cce76e956364870 (patch)
tree2f55bc275583eaa104cc39b8fcce78b432dd8fdd /sys-apps
parentwhitespace (diff)
downloadgentoo-2-6b2b8538664c00029a6393b79cce76e956364870.tar.gz
gentoo-2-6b2b8538664c00029a6393b79cce76e956364870.tar.bz2
gentoo-2-6b2b8538664c00029a6393b79cce76e956364870.zip
whitespace
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hal/hal-0.5.12_rc1-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.5.12_rc1-r3.ebuild b/sys-apps/hal/hal-0.5.12_rc1-r3.ebuild
index ba1c84d6e7e6..dc90a75353ad 100644
--- a/sys-apps/hal/hal-0.5.12_rc1-r3.ebuild
+++ b/sys-apps/hal/hal-0.5.12_rc1-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r3.ebuild,v 1.1 2009/05/09 22:11:15 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r3.ebuild,v 1.2 2009/05/10 00:04:56 mr_bones_ Exp $
EAPI="2"
@@ -196,7 +196,7 @@ src_configure() {
# Policykit support depends on consolekit support. Therefore, force on
# consolekit, even if it's USE flag is off, if policykit support is on.
# This enables packages to USE-depend on hal[policykit?]
- if use policykit ; then
+ if use policykit ; then
consolekit="--enable-console-kit"
fi