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 05D27158094 for ; Fri, 7 Oct 2022 23:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B44AE09C7; Fri, 7 Oct 2022 23:22:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34243E09C7 for ; Fri, 7 Oct 2022 23:22:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00BF8340DB8 for ; Fri, 7 Oct 2022 23:22:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 423785EC for ; Fri, 7 Oct 2022 23:22:39 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665184945.ea3d7763ccdaad0e0a284c12ee8822f8eb4f6b78.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gjs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gjs/gjs-1.74.0.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ea3d7763ccdaad0e0a284c12ee8822f8eb4f6b78 X-VCS-Branch: master Date: Fri, 7 Oct 2022 23:22:39 +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: 0ef341bc-feea-4b03-9363-08b063a7e031 X-Archives-Hash: 0e789bb3b9482b7e199ab974417273f4 commit: ea3d7763ccdaad0e0a284c12ee8822f8eb4f6b78 Author: Matt Turner gentoo org> AuthorDate: Fri Oct 7 23:22:25 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Oct 7 23:22:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3d7763 dev-libs/gjs: Drop USE dep on cairo[svg] Bug: https://bugs.gentoo.org/875908 Signed-off-by: Matt Turner gentoo.org> dev-libs/gjs/gjs-1.74.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gjs/gjs-1.74.0.ebuild b/dev-libs/gjs/gjs-1.74.0.ebuild index 14cb544aa6d7..fc6216a63210 100644 --- a/dev-libs/gjs/gjs-1.74.0.ebuild +++ b/dev-libs/gjs/gjs-1.74.0.ebuild @@ -19,7 +19,7 @@ RDEPEND=" dev-libs/libffi:= >=dev-libs/gobject-introspection-1.66.1:= >=dev-lang/spidermonkey-102.2.0:102 - cairo? ( x11-libs/cairo[X,glib,svg] ) + cairo? ( x11-libs/cairo[X,glib] ) readline? ( sys-libs/readline:0= ) " DEPEND="${RDEPEND}