diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-07-06 14:22:44 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-07-06 14:22:44 +0000 |
commit | 64c8ac95158b7cd5526b0daf790823f61718d7a8 (patch) | |
tree | eff49943b807ea0ad8acd48555514c892882b22b /sys-apps/hal | |
parent | Version bump: bug fixes and UI improvements (diff) | |
download | gentoo-2-64c8ac95158b7cd5526b0daf790823f61718d7a8.tar.gz gentoo-2-64c8ac95158b7cd5526b0daf790823f61718d7a8.tar.bz2 gentoo-2-64c8ac95158b7cd5526b0daf790823f61718d7a8.zip |
[sys-apps/hal] Add ~mips keyword
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.12_rc1-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 29e8c0017db5..82c175eb2eab 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.289 2009/06/17 17:58:18 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.290 2009/07/06 14:22:44 alexxy Exp $ + + 06 Jul 2009; Alexey Shvetsov <alexxy@gentoo.org> hal-0.5.12_rc1-r6.ebuild: + Add ~mips keyword *hal-0.5.11-r9 (17 Jun 2009) diff --git a/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild b/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild index 1cb26028b21d..b6a9f6c64e55 100644 --- a/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild +++ b/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild,v 1.2 2009/06/07 22:59:48 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.12_rc1-r6.ebuild,v 1.3 2009/07/06 14:22:44 alexxy Exp $ EAPI="2" @@ -18,7 +18,7 @@ SRC_URI="http://hal.freedesktop.org/releases/${MY_P}.tar.bz2 LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" KERNEL_IUSE="kernel_linux kernel_FreeBSD" IUSE="X acpi apm crypt consolekit debug dell disk-partition doc laptop policykit selinux ${KERNEL_IUSE}" |