commit:     d2879f5f9faf72bfd16f366e697a11b911b515d9
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 22:13:52 2021 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 22:14:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2879f5f

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 <AT> gentoo.org>

 .../diff-pdf/{diff-pdf-0.4.1.ebuild => diff-pdf-0.4.1-r1.ebuild}  | 8 ++++----
 1 file 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
similarity index 92%
rename from app-text/diff-pdf/diff-pdf-0.4.1.ebuild
rename to app-text/diff-pdf/diff-pdf-0.4.1-r1.ebuild
index 5b18231db4e..f5b10815eaf 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
 }

Reply via email to