diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 10:04:09 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-01-15 10:04:09 +0000 |
commit | e29752bac25fa984328de5f8d870f6a9827d49a9 (patch) | |
tree | 1ff875256d70352e8bf15ffda76be62239f53656 /sys-power/acpid | |
parent | Stable for ia64, wrt bug #477662 (diff) | |
download | gentoo-2-e29752bac25fa984328de5f8d870f6a9827d49a9.tar.gz gentoo-2-e29752bac25fa984328de5f8d870f6a9827d49a9.tar.bz2 gentoo-2-e29752bac25fa984328de5f8d870f6a9827d49a9.zip |
Stable for ia64, wrt bug #482252
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-power/acpid')
-rw-r--r-- | sys-power/acpid/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/acpid/acpid-2.0.19.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index 42e6a687d071..a0c1f80b43f9 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.110 2013/11/01 07:47:41 robbat2 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.111 2014/01/15 10:04:09 ago Exp $ + + 15 Jan 2014; Agostino Sarubbo <ago@gentoo.org> acpid-2.0.19.ebuild: + Stable for ia64, wrt bug #482252 01 Nov 2013; Robin H. Johnson <robbat2@gentoo.org> acpid-2.0.17-r1.ebuild, acpid-2.0.18.ebuild, acpid-2.0.19.ebuild, acpid-2.0.20.ebuild: diff --git a/sys-power/acpid/acpid-2.0.19.ebuild b/sys-power/acpid/acpid-2.0.19.ebuild index acac282d0f64..43becde8058f 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 +# 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.19.ebuild,v 1.4 2013/11/01 07:47:41 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-2.0.19.ebuild,v 1.5 2014/01/15 10:04:09 ago 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 )" |