diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 08:52:13 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-03-24 08:52:13 +0000 |
commit | fdcdec287b54a995e7e405f131cd3db2f06b8dc2 (patch) | |
tree | 0e2f48576a30d8474a3b8e52fa1be98e1403f264 /sys-cluster | |
parent | Stable for amd64, wrt bug #544104 (diff) | |
download | gentoo-2-fdcdec287b54a995e7e405f131cd3db2f06b8dc2.tar.gz gentoo-2-fdcdec287b54a995e7e405f131cd3db2f06b8dc2.tar.bz2 gentoo-2-fdcdec287b54a995e7e405f131cd3db2f06b8dc2.zip |
Stable for x86, wrt bug #539608
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/pacemaker/ChangeLog | 5 | ||||
-rw-r--r-- | sys-cluster/pacemaker/pacemaker-1.1.12-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-cluster/pacemaker/ChangeLog b/sys-cluster/pacemaker/ChangeLog index 99f079f4eb95..c07c5ef4e203 100644 --- a/sys-cluster/pacemaker/ChangeLog +++ b/sys-cluster/pacemaker/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-cluster/pacemaker # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/ChangeLog,v 1.39 2015/03/24 08:51:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/ChangeLog,v 1.40 2015/03/24 08:52:13 ago Exp $ + + 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> pacemaker-1.1.12-r2.ebuild: + Stable for x86, wrt bug #539608 24 Mar 2015; Agostino Sarubbo <ago@gentoo.org> pacemaker-1.1.12-r2.ebuild: Stable for amd64, wrt bug #539608 diff --git a/sys-cluster/pacemaker/pacemaker-1.1.12-r2.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.12-r2.ebuild index 4967e2507b1d..26df2c5f7fc5 100644 --- a/sys-cluster/pacemaker/pacemaker-1.1.12-r2.ebuild +++ b/sys-cluster/pacemaker/pacemaker-1.1.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/pacemaker-1.1.12-r2.ebuild,v 1.2 2015/03/24 08:51:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/pacemaker-1.1.12-r2.ebuild,v 1.3 2015/03/24 08:52:13 ago Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -17,7 +17,7 @@ SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~hppa ~x86" +KEYWORDS="amd64 ~hppa x86" REQUIRED_USE="cman? ( !heartbeat )" IUSE="acl cman heartbeat smtp snmp static-libs" |