diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2021-02-08 17:13:52 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2021-02-08 17:14:54 -0500 |
commit | d2879f5f9faf72bfd16f366e697a11b911b515d9 (patch) | |
tree | d351d1d764b9b08a94a61a1f7ae63053d651183d /app-text/diff-pdf | |
parent | sys-kernel/genkernel: update live ebuild (diff) | |
download | gentoo-d2879f5f9faf72bfd16f366e697a11b911b515d9.tar.gz gentoo-d2879f5f9faf72bfd16f366e697a11b911b515d9.tar.bz2 gentoo-d2879f5f9faf72bfd16f366e697a11b911b515d9.zip |
app-text/diff-pdf: new revision using the gtk-3 slot of wxGTK.
Closes: https://bugs.gentoo.org/769608
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'app-text/diff-pdf')
-rw-r--r-- | app-text/diff-pdf/diff-pdf-0.4.1-r1.ebuild (renamed from app-text/diff-pdf/diff-pdf-0.4.1.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-text/diff-pdf/diff-pdf-0.4.1.ebuild b/app-text/diff-pdf/diff-pdf-0.4.1-r1.ebuild index 5b18231db4e7..f5b10815eafe 100644 --- a/app-text/diff-pdf/diff-pdf-0.4.1.ebuild +++ b/app-text/diff-pdf/diff-pdf-0.4.1-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # No EAPI=7 support in wxwidgets.eclass. -EAPI=6 +EAPI=7 inherit wxwidgets @@ -29,11 +29,11 @@ IUSE="" DEPEND="app-text/poppler[cairo] dev-libs/glib x11-libs/cairo - x11-libs/wxGTK:3.0[X]" + x11-libs/wxGTK:3.0-gtk3[X]" RDEPEND="${DEPEND}" src_configure() { - WX_GTK_VER="3.0" + WX_GTK_VER="3.0-gtk3" setup-wxwidgets default } |