commit:     50fd9d23845233084c3bb9da562c3189ecf59f32
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 19:06:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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? (

Reply via email to