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 336D8158020 for ; Sun, 4 Dec 2022 17:15:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 773FEE07C9; Sun, 4 Dec 2022 17:15:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5EC28E07C9 for ; Sun, 4 Dec 2022 17:15:46 +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 9B87B340EDB for ; Sun, 4 Dec 2022 17:15:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1ED254C8 for ; Sun, 4 Dec 2022 17:15:44 +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: <1670174135.d89b10f9fb1b3bd8cc888323e877c5d381df4d47.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libgepub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libgepub/libgepub-0.6.0.ebuild X-VCS-Directories: app-text/libgepub/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d89b10f9fb1b3bd8cc888323e877c5d381df4d47 X-VCS-Branch: master Date: Sun, 4 Dec 2022 17:15:44 +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: 68cab47e-5c19-45ed-9aca-9a90a3d020c3 X-Archives-Hash: 48b479af2fa93a4eeb8182e984980546 commit: d89b10f9fb1b3bd8cc888323e877c5d381df4d47 Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 17:08:26 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 17:15:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d89b10f9 app-text/libgepub: Depend on webkit-gtk[introspection?] Closes: https://bugs.gentoo.org/861086 Signed-off-by: Matt Turner gentoo.org> app-text/libgepub/libgepub-0.6.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/libgepub/libgepub-0.6.0.ebuild b/app-text/libgepub/libgepub-0.6.0.ebuild index 3dc7a2b3c588..210032d1cffe 100644 --- a/app-text/libgepub/libgepub-0.6.0.ebuild +++ b/app-text/libgepub/libgepub-0.6.0.ebuild @@ -18,7 +18,7 @@ RDEPEND=" dev-libs/glib:2 dev-libs/libxml2 net-libs/libsoup:2.4 - net-libs/webkit-gtk:4 + net-libs/webkit-gtk:4[introspection?] x11-libs/gtk+:3 introspection? ( >=dev-libs/gobject-introspection-1.30:= ) "