Gentoo Archives: gentoo-commits

From: Samuel Bauer <samuel.bauer@×××××.fr>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/yuzu/
Date: Sat, 08 Jan 2022 00:25:44
Message-Id: 1641601515.3d8166448caf3547ad17e7892cb158d0f28962d1.samuel.bauer@gentoo
1 commit: 3d8166448caf3547ad17e7892cb158d0f28962d1
2 Author: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
3 AuthorDate: Sat Jan 8 00:25:15 2022 +0000
4 Commit: Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
5 CommitDate: Sat Jan 8 00:25:15 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d816644
7
8 games-emulation/yuzu: fixup for last commit
9
10 Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
11
12 games-emulation/yuzu/yuzu-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-emulation/yuzu/yuzu-9999.ebuild b/games-emulation/yuzu/yuzu-9999.ebuild
16 index 48a21e0e1..76869251c 100644
17 --- a/games-emulation/yuzu/yuzu-9999.ebuild
18 +++ b/games-emulation/yuzu/yuzu-9999.ebuild
19 @@ -58,8 +58,8 @@ BDEPEND="
20 REQUIRED_USE="|| ( qt5 sdl )"
21
22 pkg_setup() {
23 - if [ tc-is-gcc ]; then
24 - [ "$(gcc-major-version)" -lt 11 ] && \
25 + if tc-is-gcc; then
26 + [[ "$(gcc-major-version)" -lt 11 ]] && \
27 die "You need gcc version 11 or clang to compile this package"
28 fi
29 grep -q 'ThreadEngineStarter<void>' /usr/include/qt5/QtConcurrent/qtconcurrentthreadengine.h \