diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-06-15 12:48:29 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-06-15 12:48:29 +0000 |
commit | fc8999c7e3ddf856ab5a1333a70de82ef89667c2 (patch) | |
tree | a3be9e1913bba0bddcf6a97e824af306dc0063fe /app-misc/hal-info | |
parent | version bump (diff) | |
download | gentoo-2-fc8999c7e3ddf856ab5a1333a70de82ef89667c2.tar.gz gentoo-2-fc8999c7e3ddf856ab5a1333a70de82ef89667c2.tar.bz2 gentoo-2-fc8999c7e3ddf856ab5a1333a70de82ef89667c2.zip |
stable x86, bug 181317
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-misc/hal-info')
-rw-r--r-- | app-misc/hal-info/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/hal-info/hal-info-20070425.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/hal-info/ChangeLog b/app-misc/hal-info/ChangeLog index 45bd82a081fe..8103c7edc7d3 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-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.10 2007/04/16 17:30:40 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/ChangeLog,v 1.11 2007/06/15 12:48:29 opfer Exp $ + + 15 Jun 2007; Christian Faulhammer <opfer@gentoo.org> + hal-info-20070425.ebuild: + stable x86, bug 181317 16 Apr 2007; Roy Marples <uberlord@gentoo.org> hal-info-20070402.ebuild: Blessed with the ~x86-fbsd keyword. diff --git a/app-misc/hal-info/hal-info-20070425.ebuild b/app-misc/hal-info/hal-info-20070425.ebuild index f630883b3838..11bb6614424a 100644 --- a/app-misc/hal-info/hal-info-20070425.ebuild +++ b/app-misc/hal-info/hal-info-20070425.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/app-misc/hal-info/hal-info-20070425.ebuild,v 1.1 2007/04/25 22:35:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/hal-info/hal-info-20070425.ebuild,v 1.2 2007/06/15 12:48:29 opfer Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd" RDEPEND=">=sys-apps/hal-0.5.9_rc2" DEPEND="${RDEPEND}" |