diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-06-19 20:12:00 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-06-19 20:12:00 +0000 |
commit | ece732d2caf5eab3cb5e58b88441d3f679ac7c67 (patch) | |
tree | 9b2be4ca2d70dd8b4ed1912c48ff25e1e9dbaa17 /sys-apps | |
parent | Fix missing changelog entry (diff) | |
download | gentoo-2-ece732d2caf5eab3cb5e58b88441d3f679ac7c67.tar.gz gentoo-2-ece732d2caf5eab3cb5e58b88441d3f679ac7c67.tar.bz2 gentoo-2-ece732d2caf5eab3cb5e58b88441d3f679ac7c67.zip |
oops. Committed straight to stable
(Portage version: 2.1.3_rc4)
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 e186ddfb19ad..e163def9266c 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.192 2007/06/19 20:10:09 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.193 2007/06/19 20:12:00 cardoe Exp $ + + 19 Jun 2007; Doug Goldstein <cardoe@gentoo.org> hal-0.5.9.1.ebuild: + oops. Committed straight to stable 19 Jun 2007; Raúl Porcel <armin76@gentoo.org> hal-0.5.7.1-r5.ebuild: alpha stable wrt #166790, thanks to Tobias Klausmann for testing diff --git a/sys-apps/hal/hal-0.5.9.1.ebuild b/sys-apps/hal/hal-0.5.9.1.ebuild index ee234a17716a..75bbec46c25c 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.1 2007/06/19 19:45:47 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.9.1.ebuild,v 1.2 2007/06/19 20:12:00 cardoe 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 ~hppa ~ia64 -mips ppc -ppc64 ~sparc x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~ia64 -mips ~ppc -ppc64 ~sparc ~x86 ~x86-fbsd" KERNEL_IUSE="kernel_linux kernel_FreeBSD" IUSE="acpi crypt debug dell disk-partition doc pcmcia selinux ${KERNEL_IUSE}" |