commit: 8edfecbdba9d8df3aeef4a33c59de801946d2342
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 5 22:26:23 2021 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 22:26:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edfecbd
media-radio/tqsl: Set WX_GTK_VER before inherit
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-radio/tqsl/tqsl-2.5.1.ebuild | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/media-radio/tqsl/tqsl-2.5.1.ebuild
b/media-radio/tqsl/tqsl-2.5.1.ebuild
index a6cbd247c04..2e99b0b58e2 100644
--- a/media-radio/tqsl/tqsl-2.5.1.ebuild
+++ b/media-radio/tqsl/tqsl-2.5.1.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
+WX_GTK_VER="3.0"
inherit cmake-utils wxwidgets vcs-snapshot
DESCRIPTION="ARRL Logbook of the World"
@@ -19,14 +20,12 @@ RDEPEND="dev-libs/expat:=
net-misc/curl:=
sys-libs/db:=
sys-libs/zlib:=
- x11-libs/wxGTK:3.0="
+ x11-libs/wxGTK:${WX_GTK_VER}="
DEPEND="${RDEPEND}"
DOCS=( AUTHORS.txt INSTALL README )
HTML_DOCS=( html )
-WX_GTK_VER=3.0
-
pkg_setup() {
setup-wxwidgets
}