app-crypt/reop: Bump to EAPI-8

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2021-06-27 15:49:14 +02:00
parent 31dc033689
commit 592331311e

View File

@@ -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() {