diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-12-11 16:04:43 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-12-11 16:33:28 +0100 |
commit | e473547029f5b8fd9b0c1faa6dc33ea29d0e2024 (patch) | |
tree | ddd8fc6026edd83a282808a9fda2fb00c95a577d /sys-cluster/pacemaker | |
parent | media-video/libav: [QA] Punt removed schroedinger dep (diff) | |
download | gentoo-e473547029f5b8fd9b0c1faa6dc33ea29d0e2024.tar.gz gentoo-e473547029f5b8fd9b0c1faa6dc33ea29d0e2024.tar.bz2 gentoo-e473547029f5b8fd9b0c1faa6dc33ea29d0e2024.zip |
sys-cluster/pacemaker: [QA] Punt removed cman dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/pacemaker')
-rw-r--r-- | sys-cluster/pacemaker/metadata.xml | 1 | ||||
-rw-r--r-- | sys-cluster/pacemaker/pacemaker-1.1.16.ebuild | 8 | ||||
-rw-r--r-- | sys-cluster/pacemaker/pacemaker-1.1.19.ebuild | 8 |
3 files changed, 6 insertions, 11 deletions
diff --git a/sys-cluster/pacemaker/metadata.xml b/sys-cluster/pacemaker/metadata.xml index fd2bc1c69029..4548b53178e8 100644 --- a/sys-cluster/pacemaker/metadata.xml +++ b/sys-cluster/pacemaker/metadata.xml @@ -12,7 +12,6 @@ capabilities provided by your preferred cluster infrastructure (either OpenAIS or Heartbeat). </longdescription> <use> - <flag name="cman">Enable cman support.</flag> <flag name="heartbeat">Enable <pkg>sys-cluster/heartbeat</pkg> support.</flag> <flag name="smtp">Enable SMTP support via <pkg>net-libs/libesmtp</pkg></flag> </use> diff --git a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild index a1744825da24..019e26300394 100644 --- a/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild +++ b/sys-cluster/pacemaker/pacemaker-1.1.16.ebuild @@ -16,8 +16,7 @@ SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 hppa x86" -REQUIRED_USE="cman? ( !heartbeat )" -IUSE="acl cman heartbeat smtp snmp static-libs" +IUSE="acl heartbeat smtp snmp static-libs" DEPEND="${PYTHON_DEPS} app-text/docbook-xsl-stylesheets @@ -25,7 +24,6 @@ DEPEND="${PYTHON_DEPS} sys-cluster/cluster-glue >=sys-cluster/libqb-0.14.0 sys-cluster/resource-agents - cman? ( sys-cluster/cman ) heartbeat? ( >=sys-cluster/heartbeat-3.0.0 ) !heartbeat? ( sys-cluster/corosync ) smtp? ( net-libs/libesmtp ) @@ -58,8 +56,8 @@ src_configure() { --disable-dependency-tracking \ --disable-fatal-warnings \ $(use_with acl) \ - $(use_with cman cs-quorum) \ - $(use_with cman cman) \ + --without-cs-quorum \ + --without-cman \ $(use_with heartbeat) \ $(use_with smtp esmtp) \ $(use_with snmp) \ diff --git a/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild b/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild index d53ebabf7236..610fa658e5fc 100644 --- a/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild +++ b/sys-cluster/pacemaker/pacemaker-1.1.19.ebuild @@ -16,8 +16,7 @@ SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" -REQUIRED_USE="cman? ( !heartbeat )" -IUSE="acl cman heartbeat smtp snmp static-libs" +IUSE="acl heartbeat smtp snmp static-libs" DEPEND="${PYTHON_DEPS} app-text/docbook-xsl-stylesheets @@ -25,7 +24,6 @@ DEPEND="${PYTHON_DEPS} sys-cluster/cluster-glue >=sys-cluster/libqb-0.14.0 sys-cluster/resource-agents - cman? ( sys-cluster/cman ) heartbeat? ( >=sys-cluster/heartbeat-3.0.0 ) !heartbeat? ( sys-cluster/corosync ) smtp? ( net-libs/libesmtp ) @@ -58,8 +56,8 @@ src_configure() { --disable-dependency-tracking \ --disable-fatal-warnings \ $(use_with acl) \ - $(use_with cman cs-quorum) \ - $(use_with cman cman) \ + --without-cs-quorum \ + --without-cman \ $(use_with heartbeat) \ $(use_with smtp esmtp) \ $(use_with snmp) \ |