From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B5981382C5 for ; Mon, 8 Feb 2021 22:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4E46E095E; Mon, 8 Feb 2021 22:15:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE879E095E for ; Mon, 8 Feb 2021 22:15:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3591333BEBB for ; Mon, 8 Feb 2021 22:15:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E356254 for ; Mon, 8 Feb 2021 22:15:31 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1612822494.d2879f5f9faf72bfd16f366e697a11b911b515d9.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/diff-pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/diff-pdf/diff-pdf-0.4.1-r1.ebuild app-text/diff-pdf/diff-pdf-0.4.1.ebuild X-VCS-Directories: app-text/diff-pdf/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: d2879f5f9faf72bfd16f366e697a11b911b515d9 X-VCS-Branch: master Date: Mon, 8 Feb 2021 22:15:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ff4d4be-833c-411f-bdce-bb75f45b54d6 X-Archives-Hash: cff73c1b4cf4261f8e99e381af6d3937 commit: d2879f5f9faf72bfd16f366e697a11b911b515d9 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Feb 8 22:13:52 2021 +0000 Commit: Michael Orlitzky gentoo 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 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 }