Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/diff-pdf/
Date: Mon, 08 Feb 2021 22:15:35
Message-Id: 1612822494.d2879f5f9faf72bfd16f366e697a11b911b515d9.mjo@gentoo
1 commit: d2879f5f9faf72bfd16f366e697a11b911b515d9
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 8 22:13:52 2021 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 8 22:14:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2879f5f
7
8 app-text/diff-pdf: new revision using the gtk-3 slot of wxGTK.
9
10 Closes: https://bugs.gentoo.org/769608
11 Package-Manager: Portage-3.0.13, Repoman-3.0.2
12 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
13
14 .../diff-pdf/{diff-pdf-0.4.1.ebuild => diff-pdf-0.4.1-r1.ebuild} | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 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
18 similarity index 92%
19 rename from app-text/diff-pdf/diff-pdf-0.4.1.ebuild
20 rename to app-text/diff-pdf/diff-pdf-0.4.1-r1.ebuild
21 index 5b18231db4e..f5b10815eaf 100644
22 --- a/app-text/diff-pdf/diff-pdf-0.4.1.ebuild
23 +++ b/app-text/diff-pdf/diff-pdf-0.4.1-r1.ebuild
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2020 Gentoo Authors
26 +# Copyright 1999-2021 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 # No EAPI=7 support in wxwidgets.eclass.
30 -EAPI=6
31 +EAPI=7
32
33 inherit wxwidgets
34
35 @@ -29,11 +29,11 @@ IUSE=""
36 DEPEND="app-text/poppler[cairo]
37 dev-libs/glib
38 x11-libs/cairo
39 - x11-libs/wxGTK:3.0[X]"
40 + x11-libs/wxGTK:3.0-gtk3[X]"
41 RDEPEND="${DEPEND}"
42
43 src_configure() {
44 - WX_GTK_VER="3.0"
45 + WX_GTK_VER="3.0-gtk3"
46 setup-wxwidgets
47 default
48 }