diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-01-18 15:48:00 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-01-18 15:48:00 +0000 |
commit | 3c2f61b60137bc8c24aeca828c20eb3f5276faf8 (patch) | |
tree | 78fc16537ad9fa014b1ac3d0b990502b37e1edb1 /sys-apps/hal | |
parent | Revbump to fix jreload (bug #115551 by Paul T. Darga <pdarga@umich.edu>) and ... (diff) | |
download | gentoo-2-3c2f61b60137bc8c24aeca828c20eb3f5276faf8.tar.gz gentoo-2-3c2f61b60137bc8c24aeca828c20eb3f5276faf8.tar.bz2 gentoo-2-3c2f61b60137bc8c24aeca828c20eb3f5276faf8.zip |
Missed a \
(Portage version: 2.1.2)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/hal-0.5.7.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.5.7.1-r3.ebuild b/sys-apps/hal/hal-0.5.7.1-r3.ebuild index 3c034905f348..81ea16f338b1 100644 --- a/sys-apps/hal/hal-0.5.7.1-r3.ebuild +++ b/sys-apps/hal/hal-0.5.7.1-r3.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.7.1-r3.ebuild,v 1.2 2007/01/18 14:24:54 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r3.ebuild,v 1.3 2007/01/18 15:48:00 cardoe Exp $ inherit eutils linux-info @@ -142,7 +142,7 @@ src_compile() { --with-doc-dir=/usr/share/doc/${PF} \ --with-os-type=gentoo \ --with-pid-file=/var/run/hald.pid \ - --with-hwdata=${hwdata} + --with-hwdata=${hwdata} \ --enable-hotplug-map \ $(use_enable debug verbose-mode) \ $(use_enable pcmcia pcmcia-support) \ |