diff options
author | David Seifert <soap@gentoo.org> | 2021-04-06 00:26:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-04-06 00:26:13 +0200 |
commit | 66678f3cf2a76f71a0bbf06917904714bf5d32dc (patch) | |
tree | fea5b46cf3532b79ed475f74c7e33d5a0ad0b1b8 | |
parent | app-emulation/pcem: Set WX_GTK_VER before inherit (diff) | |
download | gentoo-66678f3cf2a76f71a0bbf06917904714bf5d32dc.tar.gz gentoo-66678f3cf2a76f71a0bbf06917904714bf5d32dc.tar.bz2 gentoo-66678f3cf2a76f71a0bbf06917904714bf5d32dc.zip |
app-text/diff-pdf: Set WX_GTK_VER before inherit
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | app-text/diff-pdf/diff-pdf-0.4.1-r2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/diff-pdf/diff-pdf-0.4.1-r2.ebuild b/app-text/diff-pdf/diff-pdf-0.4.1-r2.ebuild index 0a5bdf8683ff..ec808cb9bab2 100644 --- a/app-text/diff-pdf/diff-pdf-0.4.1-r2.ebuild +++ b/app-text/diff-pdf/diff-pdf-0.4.1-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# No EAPI=7 support in wxwidgets.eclass. EAPI=7 +WX_GTK_VER="3.0-gtk3" inherit autotools wxwidgets DESCRIPTION="A simple tool for visually comparing two PDF files" @@ -29,7 +29,7 @@ IUSE="" DEPEND="app-text/poppler[cairo] dev-libs/glib x11-libs/cairo - x11-libs/wxGTK:3.0-gtk3[X]" + x11-libs/wxGTK:${WX_GTK_VER}[X]" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-no-poppler-cairo-check.patch" ) @@ -40,7 +40,6 @@ src_prepare() { } src_configure() { - WX_GTK_VER="3.0-gtk3" setup-wxwidgets default } |