projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53994cf
)
app-misc/hatools: port to EAPI=7
author
Mikle Kolyada
<zlogene@gentoo.org>
Fri, 22 May 2020 13:12:14 +0000
(16:12 +0300)
committer
Mikle Kolyada
<zlogene@gentoo.org>
Fri, 22 May 2020 13:12:43 +0000
(16:12 +0300)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
app-misc/hatools/hatools-2.14.ebuild
patch
|
blob
|
history
diff --git
a/app-misc/hatools/hatools-2.14.ebuild
b/app-misc/hatools/hatools-2.14.ebuild
index b689dd64d16249a7ad01dd88649ad7a5af8e0cc8..e4f4bc4ea279d320a7609572bdbdd8be3be300a4 100644
(file)
--- a/
app-misc/hatools/hatools-2.14.ebuild
+++ b/
app-misc/hatools/hatools-2.14.ebuild
@@
-1,7
+1,7
@@
-# Copyright 1999-20
19
Gentoo Authors
+# Copyright 1999-20
20
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=
4
+EAPI=
7
DESCRIPTION="High availability environment tools for shell scripting"
HOMEPAGE="http://www.fatalmind.com/software/hatools/"
@@
-14,5
+14,6
@@
IUSE="test"
RESTRICT="!test? ( test )"
src_prepare() {
+ default
sed 's:ksh:bash:g' -i test.sh || die
}