diff options
author | 2008-05-21 11:58:33 +0000 | |
---|---|---|
committer | 2008-05-21 11:58:33 +0000 | |
commit | def9a99e21f47c7ed2c400d8aa690f5f6d5dce0a (patch) | |
tree | c7b8498bf1fc4b7b04c534be2aafd2325f564cab /sys-apps/hal | |
parent | Add ~ia64 wrt #222899 (diff) | |
download | gentoo-2-def9a99e21f47c7ed2c400d8aa690f5f6d5dce0a.tar.gz gentoo-2-def9a99e21f47c7ed2c400d8aa690f5f6d5dce0a.tar.bz2 gentoo-2-def9a99e21f47c7ed2c400d8aa690f5f6d5dce0a.zip |
Add ~ia64 wrt #222899
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 8a3d626e7738..f7fc3e19a1e6 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.235 2008/05/20 19:08:11 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.236 2008/05/21 11:58:33 armin76 Exp $ + + 21 May 2008; Raúl Porcel <armin76@gentoo.org> hal-0.5.11.ebuild: + Add ~ia64 wrt #222899 20 May 2008; Ferris McCormick <fmccor@gentoo.org> hal-0.5.11.ebuild: Add back ~sparc keyword, Bug #222899. diff --git a/sys-apps/hal/hal-0.5.11.ebuild b/sys-apps/hal/hal-0.5.11.ebuild index dd0008da9e3f..342f447d6bb5 100644 --- a/sys-apps/hal/hal-0.5.11.ebuild +++ b/sys-apps/hal/hal-0.5.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11.ebuild,v 1.3 2008/05/20 19:08:11 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.11.ebuild,v 1.4 2008/05/21 11:58:33 armin76 Exp $ inherit eutils linux-info autotools flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${P/_/}.tar.gz LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~hppa ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" KERNEL_IUSE="kernel_linux kernel_FreeBSD" IUSE="acpi apm crypt debug dell disk-partition doc laptop selinux ${KERNEL_IUSE}" |