diff options
author | 2004-12-17 20:07:18 +0000 | |
---|---|---|
committer | 2004-12-17 20:07:18 +0000 | |
commit | 51344872268de35a0c4f530f0bae6529ed7d7d49 (patch) | |
tree | 63dd8d3065d8007f6ab309fcb8a1e7c82cc63d79 /sys-apps/hal | |
parent | stable on ppc64 (diff) | |
download | historical-51344872268de35a0c4f530f0bae6529ed7d7d49.tar.gz historical-51344872268de35a0c4f530f0bae6529ed7d7d49.tar.bz2 historical-51344872268de35a0c4f530f0bae6529ed7d7d49.zip |
stable on ppc64
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index c36e097d5bfa..bb15d3670d54 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.14 2004/12/02 21:45:07 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.15 2004/12/17 20:07:18 corsair Exp $ + + 17 Dec 2004; Markus Rothe <corsair@gentoo.org> hal-0.4.1-r1.ebuild: + Stable on ppc64 *hal-0.4.2 (02 Dec 2004) diff --git a/sys-apps/hal/hal-0.4.1-r1.ebuild b/sys-apps/hal/hal-0.4.1-r1.ebuild index bc9d687a0950..9eec47247cbf 100644 --- a/sys-apps/hal/hal-0.4.1-r1.ebuild +++ b/sys-apps/hal/hal-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.1-r1.ebuild,v 1.1 2004/11/30 00:22:35 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.1-r1.ebuild,v 1.2 2004/12/17 20:07:18 corsair Exp $ inherit eutils debug python @@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~ppc64" +KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ppc64" IUSE="" RDEPEND=">=dev-libs/glib-2.2.2 |