aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-06-27 15:49:14 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-06-27 15:49:14 +0200
commit592331311e3cf8a3f3c6826993f164c81c35b2ac (patch)
treed021f8338bc35baa24ee0950976c94fd91b5b718
parentgui-wm/cage: Simplify RDEPEND for USE=X (diff)
downloadguru-59233131.tar.gz
guru-59233131.tar.bz2
guru-59233131.zip
app-crypt/reop: Bump to EAPI-8
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
-rw-r--r--app-crypt/reop/reop-2.1.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
index a4bb9583b1..6ce103535d 100644
--- a/app-crypt/reop/reop-2.1.1.ebuild
+++ b/app-crypt/reop/reop-2.1.1.ebuild
@@ -1,7 +1,7 @@
# Copyright 2020-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit toolchain-funcs
@@ -22,7 +22,7 @@ src_compile() {
src_test() {
cd ./tests || die
- source test.sh || die
+ sh ./test.sh || die
cd .. || die
}
src_install() {