From 592331311e3cf8a3f3c6826993f164c81c35b2ac Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Sun, 27 Jun 2021 15:49:14 +0200 Subject: [PATCH] app-crypt/reop: Bump to EAPI-8 Signed-off-by: Haelwenn (lanodan) Monnier --- app-crypt/reop/reop-2.1.1.ebuild | 4 ++-- 1 file 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() {