Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-crypt/reop/
Date: Sun, 27 Jun 2021 15:39:23
Message-Id: 1624801754.592331311e3cf8a3f3c6826993f164c81c35b2ac.andrewammerlaan@gentoo
1 commit: 592331311e3cf8a3f3c6826993f164c81c35b2ac
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Sun Jun 27 13:49:14 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 27 13:49:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59233131
7
8 app-crypt/reop: Bump to EAPI-8
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 app-crypt/reop/reop-2.1.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-crypt/reop/reop-2.1.1.ebuild b/app-crypt/reop/reop-2.1.1.ebuild
16 index a4bb9583b..6ce103535 100644
17 --- a/app-crypt/reop/reop-2.1.1.ebuild
18 +++ b/app-crypt/reop/reop-2.1.1.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 2020-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit toolchain-funcs
27
28 @@ -22,7 +22,7 @@ src_compile() {
29
30 src_test() {
31 cd ./tests || die
32 - source test.sh || die
33 + sh ./test.sh || die
34 cd .. || die
35 }
36 src_install() {