diff options
author | 2007-01-21 00:10:32 +0000 | |
---|---|---|
committer | 2007-01-21 00:10:32 +0000 | |
commit | f088bcc6585da7213b6fb894c6c69df75cb770ab (patch) | |
tree | fcb8766694ecfb2f2674ed915e9ce061b39ad490 /sys-apps/hal | |
parent | Adding a patch to fix runlevel scripts for older baselayouts. util-vserver-0.... (diff) | |
download | gentoo-2-f088bcc6585da7213b6fb894c6c69df75cb770ab.tar.gz gentoo-2-f088bcc6585da7213b6fb894c6c69df75cb770ab.tar.bz2 gentoo-2-f088bcc6585da7213b6fb894c6c69df75cb770ab.zip |
Stable on x86, bug #162942.
(Portage version: 2.1.2_rc4-r8)
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index f8204f6e0273..54fa5272a55f 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.115 2007/01/18 14:24:54 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.116 2007/01/21 00:10:32 ticho Exp $ + + 21 Jan 2007; Andrej Kacian <ticho@gentoo.org> hal-0.5.7.1-r3.ebuild: + Stable on x86, bug #162942. 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 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 81ea16f338b1..8039872d93e6 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.3 2007/01/18 15:48:00 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.1-r3.ebuild,v 1.4 2007/01/21 00:10:32 ticho Exp $ inherit eutils linux-info @@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86" IUSE="acpi crypt debug doc dmi pcmcia selinux" RDEPEND=">=dev-libs/glib-2.6 |