summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-15 21:13:53 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-15 21:24:00 +0100
commitba316bea61c851a24fcdd0c24ccea936a92d3ee3 (patch)
tree4fa91e0abd9a336b2b79e7184af8a010bddd050d /net-misc/clusterssh
parentnet-analyzer/nagios-plugins-flameeyes: Switch to git-r3 (diff)
downloadgentoo-ba316bea61c851a24fcdd0c24ccea936a92d3ee3.tar.gz
gentoo-ba316bea61c851a24fcdd0c24ccea936a92d3ee3.tar.bz2
gentoo-ba316bea61c851a24fcdd0c24ccea936a92d3ee3.zip
net-misc/clusterssh: Switch to git-r3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/clusterssh')
-rw-r--r--net-misc/clusterssh/clusterssh-9999.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/clusterssh/clusterssh-9999.ebuild b/net-misc/clusterssh/clusterssh-9999.ebuild
index 666c202462f3..19eec2cb92c4 100644
--- a/net-misc/clusterssh/clusterssh-9999.ebuild
+++ b/net-misc/clusterssh/clusterssh-9999.ebuild
@@ -3,10 +3,9 @@
EAPI=5
-inherit git-2 perl-module
+inherit git-r3 perl-module
EGIT_REPO_URI="git://git.code.sf.net/p/clusterssh/code"
-EGIT_PROJECT="${PN}"
DESCRIPTION="Concurrent Multi-Server Terminal Access"
HOMEPAGE="https://github.com/duncs/clusterssh"
@@ -41,6 +40,6 @@ DEPEND="
SRC_TEST="do parallel"
src_unpack() {
- git-2_src_unpack
+ git-r3_src_unpack
perl-module_src_unpack
}