diff options
author | José María Alonso <nimiux@gentoo.org> | 2014-02-26 10:40:13 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2014-02-26 10:40:13 +0000 |
commit | b246339f8f309120bd2e4c851d5dc29ea23134ef (patch) | |
tree | e401951b9365c74bf14eb253cea1595b58088570 /sys-power | |
parent | Version bump (diff) | |
download | gentoo-2-b246339f8f309120bd2e4c851d5dc29ea23134ef.tar.gz gentoo-2-b246339f8f309120bd2e4c851d5dc29ea23134ef.tar.bz2 gentoo-2-b246339f8f309120bd2e4c851d5dc29ea23134ef.zip |
Stable for amd64 wrt bug #496666
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpid/ChangeLog | 5 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index cac5e78ade82..a1542ea2dc5c 100644 --- a/sys-power/acpid/ChangeLog +++ b/sys-power/acpid/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/acpid # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.114 2014/02/24 01:06:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.115 2014/02/26 10:40:13 nimiux Exp $ + + 26 Feb 2014; Chema Alonso <nimiux@gentoo.org> acpid-2.0.20.ebuild: + Stable for amd64 wrt bug #496666 24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> acpid-2.0.20.ebuild: x86 stable wrt bug #496666 diff --git a/sys-power/acpid/acpid-2.0.20.ebuild b/sys-power/acpid/acpid-2.0.20.ebuild index ce2debeec84e..63ec8dfab16f 100644 --- a/sys-power/acpid/acpid-2.0.20.ebuild +++ b/sys-power/acpid/acpid-2.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild,v 1.4 2014/02/24 01:06:54 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.20.ebuild,v 1.5 2014/02/26 10:40:13 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 )" |