Gentoo Archives: gentoo-commits

From: Theo Anderson <telans@××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/arnold/
Date: Sat, 01 May 2021 22:15:37
Message-Id: 1619907298.5de3649b8a41e58232cc4f01efb23d2198ff0c91.telans@gentoo
1 commit: 5de3649b8a41e58232cc4f01efb23d2198ff0c91
2 Author: Theo Anderson <telans <AT> posteo <DOT> de>
3 AuthorDate: Sat May 1 22:14:58 2021 +0000
4 Commit: Theo Anderson <telans <AT> posteo <DOT> de>
5 CommitDate: Sat May 1 22:14:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5de3649b
7
8 app-emulation/arnold: move WX_GTK_VER to pre-inherit
9
10 Signed-off-by: Theo Anderson <telans <AT> posteo.de>
11
12 app-emulation/arnold/arnold-20170513.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emulation/arnold/arnold-20170513.ebuild b/app-emulation/arnold/arnold-20170513.ebuild
16 index d026d59eb..6dae52213 100644
17 --- a/app-emulation/arnold/arnold-20170513.ebuild
18 +++ b/app-emulation/arnold/arnold-20170513.ebuild
19 @@ -3,6 +3,8 @@
20
21 EAPI=7
22
23 +WX_GTK_VER="3.0-gtk3"
24 +
25 inherit cmake desktop wxwidgets
26
27 DESCRIPTION="Amstrad CPC emulator"
28 @@ -21,9 +23,7 @@ DEPEND="
29 RDEPEND="${DEPEND}"
30 BDEPEND="app-arch/unzip"
31
32 -S=${WORKDIR}/src
33 -
34 -WX_GTK_VER="3.0-gtk3"
35 +S="${WORKDIR}/src"
36
37 src_prepare() {
38 setup-wxwidgets