diff options
author | David Seifert <soap@gentoo.org> | 2021-04-06 00:26:23 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-06 00:26:23 +0200 |
commit | 8edfecbdba9d8df3aeef4a33c59de801946d2342 (patch) | |
tree | b6a661b8a305139157a3a81bcebfe6d964b4efd8 /media-radio | |
parent | games-strategy/megaglest: Set WX_GTK_VER before inherit (diff) | |
download | gentoo-8edfecbdba9d8df3aeef4a33c59de801946d2342.tar.gz gentoo-8edfecbdba9d8df3aeef4a33c59de801946d2342.tar.bz2 gentoo-8edfecbdba9d8df3aeef4a33c59de801946d2342.zip |
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@gentoo.org>
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/tqsl/tqsl-2.5.1.ebuild | 7 |
1 files 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 a6cbd247c04e..2e99b0b58e27 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 } |