diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-01-22 09:09:19 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-01-22 09:09:19 +0000 |
commit | c49797427f2c599e96fe433ee88bc33b35402e5e (patch) | |
tree | bfe6f37817a63cadf503d7b0bb86d4665dba4445 /sys-apps | |
parent | Adding dev-tinyos category for TinyOS related ebuilds (diff) | |
download | gentoo-2-c49797427f2c599e96fe433ee88bc33b35402e5e.tar.gz gentoo-2-c49797427f2c599e96fe433ee88bc33b35402e5e.tar.bz2 gentoo-2-c49797427f2c599e96fe433ee88bc33b35402e5e.zip |
Stable on ppc64
(Portage version: 2.0.53)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.5.1-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index c98c5698ea03..8b38596ea65a 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.75 2006/01/22 08:29:14 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.76 2006/01/22 09:09:19 corsair Exp $ + + 22 Jan 2006; Markus Rothe <corsair@gentoo.org> hal-0.5.5.1-r3.ebuild: + Stable on ppc64 22 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> hal-0.5.5.1-r3.ebuild: diff --git a/sys-apps/hal/hal-0.5.5.1-r3.ebuild b/sys-apps/hal/hal-0.5.5.1-r3.ebuild index daaecd500761..52434acf40ab 100644 --- a/sys-apps/hal/hal-0.5.5.1-r3.ebuild +++ b/sys-apps/hal/hal-0.5.5.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.5.1-r3.ebuild,v 1.7 2006/01/22 08:29:14 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.5.1-r3.ebuild,v 1.8 2006/01/22 09:09:19 corsair Exp $ inherit eutils linux-info debug @@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 sparc x86" +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 sparc x86" IUSE="acpi debug doc pam_console pcmcia selinux" RDEPEND=">=dev-libs/glib-2.6 |