diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-01-18 14:24:54 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-01-18 14:24:54 +0000 |
commit | d0f763822b3027a9498dfa2a29c0f74a983d1250 (patch) | |
tree | 63d3877c1e6fd25b172c6cfee62cb58ed15fd875 /sys-apps/hal | |
parent | Add gamess USE flag for sci-chemistry/ghemical. (diff) | |
download | gentoo-2-d0f763822b3027a9498dfa2a29c0f74a983d1250.tar.gz gentoo-2-d0f763822b3027a9498dfa2a29c0f74a983d1250.tar.bz2 gentoo-2-d0f763822b3027a9498dfa2a29c0f74a983d1250.zip |
Undo fixing bug #133743 since none of the patches actually work
(Portage version: 2.1.2)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.7.1-r3.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index ed673d0b535b..f8204f6e0273 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.114 2007/01/18 05:34:42 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.115 2007/01/18 14:24:54 cardoe Exp $ + + 18 Jan 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.7.1-r3.ebuild: + Undo fixing bug #133743 since none of the patches actually work *hal-0.5.7.1-r3 (18 Jan 2007) 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 9ee23aa230bb..3c034905f348 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.1 2007/01/18 05:34:42 cardoe Exp $ +# $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 $ inherit eutils linux-info @@ -126,7 +126,7 @@ src_unpack() { epatch "${FILESDIR}"/${PN}-0.5.7.1-sr-driver.patch # hibernate sequence fix - epatch "${FILESDIR}"/${PN}-0.5.7.1-hibernate-fix-r1.patch + epatch "${FILESDIR}"/${PN}-0.5.7.1-hibernate-fix.patch } src_compile() { @@ -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-data=${hwdata} + --with-hwdata=${hwdata} --enable-hotplug-map \ $(use_enable debug verbose-mode) \ $(use_enable pcmcia pcmcia-support) \ |