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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9914E158094 for ; Sat, 8 Oct 2022 19:06:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3E1BE0828; Sat, 8 Oct 2022 19:06:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CEC48E0828 for ; Sat, 8 Oct 2022 19:06:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1C4E433BE5A for ; Sat, 8 Oct 2022 19:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACA905F8 for ; Sat, 8 Oct 2022 19:06:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665255968.50fd9d23845233084c3bb9da562c3189ecf59f32.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/plplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/plplot/plplot-5.15.0-r103.ebuild sci-libs/plplot/plplot-5.15.0-r104.ebuild X-VCS-Directories: sci-libs/plplot/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 50fd9d23845233084c3bb9da562c3189ecf59f32 X-VCS-Branch: master Date: Sat, 8 Oct 2022 19:06:29 +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: bf001990-d93d-44f3-b7f6-7c05f63a36bb X-Archives-Hash: 6901b5aa9b000bc1f47693bff6388d48 commit: 50fd9d23845233084c3bb9da562c3189ecf59f32 Author: Sam James gentoo org> AuthorDate: Sat Oct 8 19:06:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 8 19:06:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50fd9d23 sci-libs/plplot: fix MissingUseDepDefault on cairo Closes: https://bugs.gentoo.org/875941 Signed-off-by: Sam James gentoo.org> .../plplot/{plplot-5.15.0-r103.ebuild => plplot-5.15.0-r104.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/plplot/plplot-5.15.0-r103.ebuild b/sci-libs/plplot/plplot-5.15.0-r104.ebuild similarity index 98% rename from sci-libs/plplot/plplot-5.15.0-r103.ebuild rename to sci-libs/plplot/plplot-5.15.0-r104.ebuild index 3b7f2ddfb10f..b09ff4482286 100644 --- a/sci-libs/plplot/plplot-5.15.0-r103.ebuild +++ b/sci-libs/plplot/plplot-5.15.0-r104.ebuild @@ -10,7 +10,7 @@ PYTHON_COMPAT=( python3_{8..10} ) # fails with ninja, due to USE=java missing swig output dependencies CMAKE_MAKEFILE_GENERATOR=emake -inherit cmake flag-o-matic fortran-2 java-pkg-opt-2 lua-single python-single-r1 toolchain-funcs virtualx wxwidgets +inherit cmake flag-o-matic fortran-2 java-pkg-opt-2 lua-single python-single-r1 virtualx wxwidgets DESCRIPTION="Multi-language scientific plotting library" HOMEPAGE="http://plplot.sourceforge.net/" @@ -36,7 +36,7 @@ RESTRICT=" " RDEPEND=" - cairo? ( x11-libs/cairo:0=[svg?,X] ) + cairo? ( x11-libs/cairo:0=[svg(+)?,X] ) gd? ( media-libs/gd:2=[jpeg?,png?] ) java? ( >=virtual/jre-1.8:* ) latex? (