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 98A8B158087 for ; Thu, 3 Feb 2022 06:21:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B39872BC055; Thu, 3 Feb 2022 06:21:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 70E752BC054 for ; Thu, 3 Feb 2022 06:21:03 +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 D85FA3432BF for ; Thu, 3 Feb 2022 06:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE13D2CC for ; Thu, 3 Feb 2022 06:20:55 +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: <1643869243.33aa83da5bdea2a3719dc7c8c8cc119fec5e180a.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.70.0.ebuild X-VCS-Directories: dev-libs/gjs/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 33aa83da5bdea2a3719dc7c8c8cc119fec5e180a X-VCS-Branch: master Date: Thu, 3 Feb 2022 06:20:55 +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: 96322286-dfb0-429e-b6f3-2b0dba5e6696 X-Archives-Hash: 18a16ec8023ebc2ec774d4f30e7fbc76 commit: 33aa83da5bdea2a3719dc7c8c8cc119fec5e180a Author: Matt Turner gentoo org> AuthorDate: Thu Feb 3 06:17:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Feb 3 06:20:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33aa83da dev-libs/gjs: Depend on x11-libs/cairo[glib] Closes: https://bugs.gentoo.org/805014 Signed-off-by: Matt Turner gentoo.org> dev-libs/gjs/gjs-1.70.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gjs/gjs-1.70.0.ebuild b/dev-libs/gjs/gjs-1.70.0.ebuild index 1322c5b817b2..682cd33381ac 100644 --- a/dev-libs/gjs/gjs-1.70.0.ebuild +++ b/dev-libs/gjs/gjs-1.70.0.ebuild @@ -19,7 +19,7 @@ RDEPEND=" dev-libs/libffi:= >=dev-libs/gobject-introspection-1.66.1:= >=dev-lang/spidermonkey-78.2.0:78 - cairo? ( x11-libs/cairo[X,svg] ) + cairo? ( x11-libs/cairo[X,glib,svg] ) readline? ( sys-libs/readline:0= ) " DEPEND="${RDEPEND}