diff options
author | 2021-05-02 10:14:58 +1200 | |
---|---|---|
committer | 2021-05-02 10:14:58 +1200 | |
commit | 5de3649b8a41e58232cc4f01efb23d2198ff0c91 (patch) | |
tree | 5fe898a4b50650ae2c39a5cb87c50e89706f9d3e /app-emulation | |
parent | x11-drivers/OpenTabletDriver-bin: new package (diff) | |
download | guru-5de3649b8a41e58232cc4f01efb23d2198ff0c91.tar.gz guru-5de3649b8a41e58232cc4f01efb23d2198ff0c91.tar.bz2 guru-5de3649b8a41e58232cc4f01efb23d2198ff0c91.zip |
app-emulation/arnold: move WX_GTK_VER to pre-inherit
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/arnold/arnold-20170513.ebuild | 6 |
1 files 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 |