commit:     5de3649b8a41e58232cc4f01efb23d2198ff0c91
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat May  1 22:14:58 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat May  1 22:14:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5de3649b

app-emulation/arnold: move WX_GTK_VER to pre-inherit

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 app-emulation/arnold/arnold-20170513.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/arnold/arnold-20170513.ebuild 
b/app-emulation/arnold/arnold-20170513.ebuild
index d026d59eb..6dae52213 100644
--- a/app-emulation/arnold/arnold-20170513.ebuild
+++ b/app-emulation/arnold/arnold-20170513.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+WX_GTK_VER="3.0-gtk3"
+
 inherit cmake desktop wxwidgets
 
 DESCRIPTION="Amstrad CPC emulator"
@@ -21,9 +23,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="app-arch/unzip"
 
-S=${WORKDIR}/src
-
-WX_GTK_VER="3.0-gtk3"
+S="${WORKDIR}/src"
 
 src_prepare() {
        setup-wxwidgets

Reply via email to