diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-09-05 14:54:06 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-09-05 14:54:06 +0000 |
commit | dd1b6fb6599cc965f13a2f4f8f21129874e7ff1c (patch) | |
tree | 4348eb6b53c3eae35fc5584b2c7e186ca062edaf /sys-apps/hal | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-dd1b6fb6599cc965f13a2f4f8f21129874e7ff1c.tar.gz gentoo-2-dd1b6fb6599cc965f13a2f4f8f21129874e7ff1c.tar.bz2 gentoo-2-dd1b6fb6599cc965f13a2f4f8f21129874e7ff1c.zip |
Keyworded ~sparc for the experimental profile
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.4.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 633bea486362..adfeefcaedd1 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.45 2005/08/27 04:09:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.46 2005/09/05 14:54:06 gustavoz Exp $ + + 05 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> hal-0.4.8.ebuild: + Keyworded ~sparc for the experimental profile *hal-0.5.4 (27 Aug 2005) diff --git a/sys-apps/hal/hal-0.4.8.ebuild b/sys-apps/hal/hal-0.4.8.ebuild index b4ce0931d5dc..9c721e849d0f 100644 --- a/sys-apps/hal/hal-0.4.8.ebuild +++ b/sys-apps/hal/hal-0.4.8.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.8.ebuild,v 1.1 2005/05/27 21:51:21 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.4.8.ebuild,v 1.2 2005/09/05 14:54:06 gustavoz 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="~x86 ~amd64 ~ia64 ~ppc ~ppc64" +KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~ppc64 ~sparc" IUSE="debug pcmcia doc livecd" RDEPEND=">=dev-libs/glib-2.4 |