diff options
Diffstat (limited to 'sys-power/acpid')
-rw-r--r-- | sys-power/acpid/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.14.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index e316a2c4270f..996550d6f427 100644 --- a/sys-power/acpid/ChangeLog +++ b/sys-power/acpid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/acpid # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.83 2012/04/16 05:39:30 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.84 2012/05/06 17:01:01 armin76 Exp $ + + 06 May 2012; Raúl Porcel <armin76@gentoo.org> acpid-2.0.14.ebuild: + ia64 stable wrt #406947 *acpid-2.0.16 (16 Apr 2012) diff --git a/sys-power/acpid/acpid-2.0.14.ebuild b/sys-power/acpid/acpid-2.0.14.ebuild index 1a25bd8ca242..05f046eee3aa 100644 --- a/sys-power/acpid/acpid-2.0.14.ebuild +++ b/sys-power/acpid/acpid-2.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.14.ebuild,v 1.3 2012/03/24 17:26:23 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.14.ebuild,v 1.4 2012/05/06 17:01:01 armin76 Exp $ EAPI=4 inherit eutils systemd toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://tedfelix.com/linux/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ia64 -ppc x86" +KEYWORDS="amd64 ia64 -ppc x86" IUSE="" RDEPEND="" |