diff options
author | 2013-03-13 13:48:34 +0000 | |
---|---|---|
committer | 2013-03-13 13:48:34 +0000 | |
commit | 0838cb22703740a51aec2d1c163537026fb92e57 (patch) | |
tree | 785e79d24778db2bdd8d4d6d065b01c50d7afb3a /sys-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild | |
parent | Version bump (diff) | |
download | historical-0838cb22703740a51aec2d1c163537026fb92e57.tar.gz historical-0838cb22703740a51aec2d1c163537026fb92e57.tar.bz2 historical-0838cb22703740a51aec2d1c163537026fb92e57.zip |
version bump fix #457572
Package-Manager: portage-2.1.11.55/cvs/Linux x86_64
Manifest-Sign-Key: 0xB658FA13
Diffstat (limited to 'sys-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild')
-rw-r--r-- | sys-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild index 479469cd1b68..acaf352b11dd 100644 --- a/sys-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild +++ b/sys-cluster/pacemaker/pacemaker-1.1.8-r1.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-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild,v 1.2 2013/01/24 09:24:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pacemaker/pacemaker-1.1.8-r1.ebuild,v 1.3 2013/03/13 13:48:26 ultrabug Exp $ EAPI=4 @@ -61,9 +61,9 @@ src_configure() { local myopts="" if use heartbeat ; then myopts="--without-corosync" - else + else myopts="--with-ais" - fi + fi # appends lib to localstatedir automatically econf \ --localstatedir=/var \ |