diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-06-13 10:54:19 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-06-13 10:54:19 +0000 |
commit | 70fa6183990f386438f58d836839fdd93eeed941 (patch) | |
tree | df2bfe088df4b1c5d841289f032c2ebbf0da46be /sys-apps | |
parent | Fixed bug #94205 (init script fails to stop), bug #94387 (Add curses interfac... (diff) | |
download | gentoo-2-70fa6183990f386438f58d836839fdd93eeed941.tar.gz gentoo-2-70fa6183990f386438f58d836839fdd93eeed941.tar.bz2 gentoo-2-70fa6183990f386438f58d836839fdd93eeed941.zip |
stable on amd64
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.7-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index b5ff86e17030..3bafef00f182 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.39 2005/06/07 19:33:11 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.40 2005/06/13 10:53:35 lanius Exp $ + + 13 Jun 2005; Heinrich Wendel <lanius@gentoo.org> hal-0.4.7-r2.ebuild: + stable on amd64 07 Jun 2005; Elfyn McBratney <beu@gentoo.org> hal-0.4.5-r2.ebuild, hal-0.4.7-r2.ebuild: diff --git a/sys-apps/hal/hal-0.4.7-r2.ebuild b/sys-apps/hal/hal-0.4.7-r2.ebuild index 26eeef7bb2b6..ad0141a0a1f0 100644 --- a/sys-apps/hal/hal-0.4.7-r2.ebuild +++ b/sys-apps/hal/hal-0.4.7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.7-r2.ebuild,v 1.6 2005/06/07 19:33:11 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.7-r2.ebuild,v 1.7 2005/06/13 10:53:35 lanius Exp $ inherit eutils python linux-info versionator flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ppc64 x86" +KEYWORDS="amd64 ~ia64 ~ppc ppc64 x86" IUSE="debug pcmcia doc livecd" RDEPEND=">=dev-libs/glib-2.4 |