commit:     701b1fbcf52aa77f13090a8ec906321290a73dcf
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 15:34:54 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 15:36:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=701b1fbc

dev-libs/gjs: Depend on cairo[svg]

cairo's IUSE=svg is default-enabled, and as seen by the bug report its
presence changes how gjs is compiled. Simply require it.

Closes: https://bugs.gentoo.org/779784
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-libs/gjs/gjs-1.68.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/gjs/gjs-1.68.0.ebuild b/dev-libs/gjs/gjs-1.68.0.ebuild
index 02c500d445f..69f56003cd5 100644
--- a/dev-libs/gjs/gjs-1.68.0.ebuild
+++ b/dev-libs/gjs/gjs-1.68.0.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
        dev-libs/libffi:=
        >=dev-libs/gobject-introspection-1.66.1:=
        dev-lang/spidermonkey:78
-       cairo? ( x11-libs/cairo[X] )
+       cairo? ( x11-libs/cairo[X,svg] )
        readline? ( sys-libs/readline:0= )
 "
 DEPEND="${RDEPEND}

Reply via email to