projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58e1256
)
net-misc/clusterssh: Switch to git-r3
author
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Dec 2019 20:13:53 +0000
(21:13 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 15 Dec 2019 20:24:00 +0000
(21:24 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/clusterssh/clusterssh-9999.ebuild
patch
|
blob
|
history
diff --git
a/net-misc/clusterssh/clusterssh-9999.ebuild
b/net-misc/clusterssh/clusterssh-9999.ebuild
index 666c202462f314d89649799a1d94c120170f95f6..19eec2cb92c4c342b3049f8077dd252e38af47c5 100644
(file)
--- 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
}