diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-10 12:52:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-10 12:52:55 +0000 |
commit | 248a1459381b99bab15045bd194b0f4a5ea5e982 (patch) | |
tree | c0d26d2da1bf0061d5dbf75f0e7dd9e074b4760f /sys-apps | |
parent | Use.mask dell USE-flag, no Dell hardware on alpha (diff) | |
download | gentoo-2-248a1459381b99bab15045bd194b0f4a5ea5e982.tar.gz gentoo-2-248a1459381b99bab15045bd194b0f4a5ea5e982.tar.bz2 gentoo-2-248a1459381b99bab15045bd194b0f4a5ea5e982.zip |
Add ~alpha wrt #172789, thanks to Tobias Klausmann for testing
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.9.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 2e50113e3eb2..b8b2df602b69 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.195 2007/07/08 05:58:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.196 2007/07/10 12:52:55 armin76 Exp $ + + 10 Jul 2007; Raúl Porcel <armin76@gentoo.org> hal-0.5.9.1.ebuild: + Add ~alpha wrt #172789, thanks to Tobias Klausmann for testing 08 Jul 2007; Michael Sterrett <mr_bones_@gentoo.org> hal-0.5.7.1-r3.ebuild: diff --git a/sys-apps/hal/hal-0.5.9.1.ebuild b/sys-apps/hal/hal-0.5.9.1.ebuild index 6914d050e46d..b7b01565ca1d 100644 --- a/sys-apps/hal/hal-0.5.9.1.ebuild +++ b/sys-apps/hal/hal-0.5.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1.ebuild,v 1.4 2007/06/28 23:19:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1.ebuild,v 1.5 2007/07/10 12:52:55 armin76 Exp $ inherit eutils linux-info autotools flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="http://people.freedesktop.org/~david/dist/${P}.tar.gz" LICENSE="|| ( GPL-2 AFL-2.0 )" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 -mips ~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="acpi crypt debug dell disk-partition doc pcmcia selinux ${KERNEL_IUSE}" |