commit:     f8e6986ef82aa9c27b63637e655a13b69fcba177
Author:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Sat May  8 12:38:44 2021 +0000
Commit:     Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Sat May  8 12:40:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8e6986e

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 <AT> gentoo.org>

 sys-cluster/crmsh/{crmsh-4.2.1.ebuild => crmsh-4.2.1-r1.ebuild} | 7 ++++---
 1 file 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
similarity index 90%
rename from sys-cluster/crmsh/crmsh-4.2.1.ebuild
rename to sys-cluster/crmsh/crmsh-4.2.1-r1.ebuild
index 5fb99ea3b34..6a30d2908fb 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

Reply via email to