summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild (renamed from sys-cluster/crmsh/crmsh-4.2.1.ebuild)7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-cluster/crmsh/crmsh-4.2.1.ebuild b/sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild
index 5fb99ea3b343..6a30d2908fbe 100644
--- a/sys-cluster/crmsh/crmsh-4.2.1.ebuild
+++ b/sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python3_{7,8,9} )
@@ -24,14 +24,15 @@ HOMEPAGE="https://crmsh.github.io/"
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND="${PYTHON_DEPS}
>=sys-cluster/pacemaker-1.1.9"
RDEPEND="${DEPEND}
- dev-python/lxml[${PYTHON_USEDEP}]"
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/parallax[${PYTHON_USEDEP}]
+"
src_configure() {
./autogen.sh || die