diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2021-05-08 15:38:44 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2021-05-08 15:40:34 +0300 |
commit | f8e6986ef82aa9c27b63637e655a13b69fcba177 (patch) | |
tree | 177142c68a1c7f4af2372c7e4567670f61b57261 /sys-cluster/crmsh | |
parent | dev-python/parallax: new package (diff) | |
download | gentoo-f8e6986ef82aa9c27b63637e655a13b69fcba177.tar.gz gentoo-f8e6986ef82aa9c27b63637e655a13b69fcba177.tar.bz2 gentoo-f8e6986ef82aa9c27b63637e655a13b69fcba177.zip |
sys-cluster/crmsh: revision bump, drop old
Bump EAPI to 7
Add missing dependency on dev-python/parallax
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Sergey Popov <pinkbyte@gentoo.org>
Diffstat (limited to 'sys-cluster/crmsh')
-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 |