diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-09-28 15:51:14 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-09-28 15:51:14 +0000 |
commit | 85a6db6580e59e1b221f9e06aa681ff4e111c5a4 (patch) | |
tree | bd5b6536ecd2502c4ac4e311bda430372c04881e /sys-power/acpid | |
parent | Drop old (diff) | |
download | gentoo-2-85a6db6580e59e1b221f9e06aa681ff4e111c5a4.tar.gz gentoo-2-85a6db6580e59e1b221f9e06aa681ff4e111c5a4.tar.bz2 gentoo-2-85a6db6580e59e1b221f9e06aa681ff4e111c5a4.zip |
Stable for amd64 wrt bug #482252
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'sys-power/acpid')
-rw-r--r-- | sys-power/acpid/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index 1dbea7bf4e42..cd70bba6a56b 100644 --- a/sys-power/acpid/ChangeLog +++ b/sys-power/acpid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/acpid # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.107 2013/09/25 08:09:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.108 2013/09/28 15:51:14 nimiux Exp $ + + 28 Sep 2013; Chema Alonso <nimiux@gentoo.org> acpid-2.0.19.ebuild: + Stable for amd64 wrt bug #482252 *acpid-2.0.20 (25 Sep 2013) diff --git a/sys-power/acpid/acpid-2.0.19.ebuild b/sys-power/acpid/acpid-2.0.19.ebuild index 31a104c7f993..c0b9112b1b2d 100644 --- a/sys-power/acpid/acpid-2.0.19.ebuild +++ b/sys-power/acpid/acpid-2.0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v 1.1 2013/07/26 18:39:51 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v 1.2 2013/09/28 15:51:14 nimiux Exp $ EAPI=5 inherit systemd @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}2/${P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ia64 -ppc ~x86" +KEYWORDS="amd64 ~ia64 -ppc ~x86" IUSE="selinux" RDEPEND="selinux? ( sec-policy/selinux-apm )" |