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 A74E61382C5 for ; Wed, 16 Dec 2020 10:18:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E180FE0986; Wed, 16 Dec 2020 10:18:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 993B3E0986 for ; Wed, 16 Dec 2020 10:18:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 60F39340C40 for ; Wed, 16 Dec 2020 10:18:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7F254C for ; Wed, 16 Dec 2020 10:18:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1608113879.450769f4f97f0c4f483523b698bdc741ac01abb8.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/gnuplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/gnuplot/gnuplot-5.2.8-r1.ebuild X-VCS-Directories: sci-visualization/gnuplot/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 450769f4f97f0c4f483523b698bdc741ac01abb8 X-VCS-Branch: master Date: Wed, 16 Dec 2020 10:18:38 +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: e0900d55-8c8d-48d3-b37e-90078fbec30c X-Archives-Hash: 5c1e7743e56b83b7cdb3902ae0ed6897 commit: 450769f4f97f0c4f483523b698bdc741ac01abb8 Author: Ulrich Müller gentoo org> AuthorDate: Wed Dec 16 10:17:59 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Dec 16 10:17:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=450769f4 sci-visualization/gnuplot: Update slot dependency on x11-libs/wxGTK. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ulrich Müller gentoo.org> sci-visualization/gnuplot/gnuplot-5.2.8-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/gnuplot/gnuplot-5.2.8-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.2.8-r1.ebuild index 4b0aee82945..b9c4dde8d3f 100644 --- a/sci-visualization/gnuplot/gnuplot-5.2.8-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.2.8-r1.ebuild @@ -48,7 +48,7 @@ RDEPEND=" libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( - x11-libs/wxGTK:3.0[X] + x11-libs/wxGTK:3.0-gtk3[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) @@ -119,7 +119,7 @@ src_configure() { fi if use wxwidgets; then - WX_GTK_VER="3.0" + WX_GTK_VER="3.0-gtk3" setup-wxwidgets fi