diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-04-09 17:23:18 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-04-09 17:23:18 +0000 |
commit | 0dbb8cff1b6f99146d2194c076852b1d6cf6b229 (patch) | |
tree | e5bca83a293f2139e5ddca31c3565f6f62973d5e /sys-apps/hal | |
parent | Use.mask laptop, no hardware to test (diff) | |
download | gentoo-2-0dbb8cff1b6f99146d2194c076852b1d6cf6b229.tar.gz gentoo-2-0dbb8cff1b6f99146d2194c076852b1d6cf6b229.tar.bz2 gentoo-2-0dbb8cff1b6f99146d2194c076852b1d6cf6b229.zip |
Add ~ia64/~sparc wrt #200050
(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.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index e016e92ff6bd..e7d8b43ad99e 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.228 2008/04/03 20:29:39 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.229 2008/04/09 17:23:18 armin76 Exp $ + + 09 Apr 2008; Raúl Porcel <armin76@gentoo.org> hal-0.5.10.ebuild: + Add ~ia64/~sparc wrt #200050 03 Apr 2008; Tobias Klausmann <klausman@gentoo.org> hal-0.5.10.ebuild: Keyworded for alpha, bug #216084 diff --git a/sys-apps/hal/hal-0.5.10.ebuild b/sys-apps/hal/hal-0.5.10.ebuild index 13f862c8e8d6..0a0e71ed5877 100644 --- a/sys-apps/hal/hal-0.5.10.ebuild +++ b/sys-apps/hal/hal-0.5.10.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.10.ebuild,v 1.12 2008/04/03 20:29:39 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.10.ebuild,v 1.13 2008/04/09 17:23:18 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="~alpha ~amd64 ~hppa ~mips ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~sparc ~x86" KERNEL_IUSE="kernel_linux kernel_FreeBSD" IUSE="acpi apm crypt debug dell disk-partition doc laptop selinux ${KERNEL_IUSE}" |