diff options
author | 2009-02-16 14:16:27 +0000 | |
---|---|---|
committer | 2009-02-16 14:16:27 +0000 | |
commit | d7ac71e8c46947c31a5e618188f39ee6157a196f (patch) | |
tree | b17cf3733507a7ab1f305134007c86b3cb88dafc /app-misc | |
parent | stable ppc, bug 259065 (diff) | |
download | gentoo-2-d7ac71e8c46947c31a5e618188f39ee6157a196f.tar.gz gentoo-2-d7ac71e8c46947c31a5e618188f39ee6157a196f.tar.bz2 gentoo-2-d7ac71e8c46947c31a5e618188f39ee6157a196f.zip |
Stable on PowerPC for bug #259080, based on arch testing by Christian Schmitt <chrschmitt@gmail.com>.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/hal-info/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/hal-info/hal-info-20081219.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog index ad32955690fb..3a9a71d627f9 100644 --- a/app-misc/hal-info/ChangeLog +++ b/app-misc/hal-info/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/hal-info # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.51 2009/02/04 14:19:00 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.52 2009/02/16 14:16:27 chainsaw Exp $ + + 16 Feb 2009; <chainsaw@gentoo.org> hal-info-20081219.ebuild: + Stable on PowerPC for bug #259080, based on arch testing by Christian + Schmitt <chrschmitt@gmail.com>. *hal-info-20090202 (04 Feb 2009) diff --git a/app-misc/hal-info/hal-info-20081219.ebuild b/app-misc/hal-info/hal-info-20081219.ebuild index 2ac59f1679e6..27dd3cf5fc28 100644 --- a/app-misc/hal-info/hal-info-20081219.ebuild +++ b/app-misc/hal-info/hal-info-20081219.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20081219.ebuild,v 1.3 2009/01/21 22:18:01 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20081219.ebuild,v 1.4 2009/02/16 14:16:27 chainsaw Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=sys-apps/hal-0.5.10" |