Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/fbzx/
Date: Mon, 19 Apr 2021 20:54:48
Message-Id: 1618865648.810d6b497a1c9f7ba2c1c216a5b4222ef83b119d.sam@gentoo
1 commit: 810d6b497a1c9f7ba2c1c216a5b4222ef83b119d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 20:47:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 20:54:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810d6b49
7
8 games-emulation/fbzx: export PKG_CONFIG
9
10 Closes: https://bugs.gentoo.org/784242
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 games-emulation/fbzx/fbzx-3.0.0-r1.ebuild | 5 ++++-
14 1 file changed, 4 insertions(+), 1 deletion(-)
15
16 diff --git a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
17 index 7b67cf93384..ffe2b98753c 100644
18 --- a/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
19 +++ b/games-emulation/fbzx/fbzx-3.0.0-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit desktop
25 +inherit desktop toolchain-funcs
26
27 DESCRIPTION="Full Screen Sinclair Spectrum emulator"
28 HOMEPAGE="https://github.com/rastersoft/fbzx"
29 @@ -28,6 +28,9 @@ PATCHES=(
30
31 src_prepare() {
32 sed -i -e "s|/usr/share/|/usr/share/${PN}/|g" src/llscreen.cpp || die
33 +
34 + tc-export PKG_CONFIG
35 +
36 default
37 }