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 26E38158091 for ; Tue, 14 Jun 2022 17:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60023E0788; Tue, 14 Jun 2022 17:20:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 464C7E0788 for ; Tue, 14 Jun 2022 17:20:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7D147341CC3 for ; Tue, 14 Jun 2022 17:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C473105 for ; Tue, 14 Jun 2022 17:20:15 +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: <1655227209.9e37a5481cdd16598433ce2da152471837f46ee2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.36.3.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 9e37a5481cdd16598433ce2da152471837f46ee2 X-VCS-Branch: master Date: Tue, 14 Jun 2022 17:20:15 +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: fdbf2818-cec1-46b8-8734-44e9d553b896 X-Archives-Hash: 9f758ee979b3a056be85fa747af5c8ec commit: 9e37a5481cdd16598433ce2da152471837f46ee2 Author: Matt Turner gentoo org> AuthorDate: Tue Jun 14 17:16:29 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Jun 14 17:20:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e37a548 net-libs/webkit-gtk: Unconditionalize gdbus-codegen dep Also drop unnecessary dev-util/cmake dependency. Closes: https://bugs.gentoo.org/851027 Signed-off-by: Matt Turner gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.36.3.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.36.3.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.36.3.ebuild index 4743940081ea..0775f3c2b3fe 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.36.3.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.36.3.ebuild @@ -107,6 +107,7 @@ BDEPEND=" ${PYTHON_DEPS} ${RUBY_DEPS} >=app-accessibility/at-spi2-core-2.5.3 + dev-util/gdbus-codegen dev-util/glib-utils >=dev-util/gperf-3.0.1 >=sys-devel/bison-2.4.3 @@ -120,8 +121,6 @@ BDEPEND=" virtual/perl-JSON-PP gtk-doc? ( >=dev-util/gtk-doc-1.32 ) - geolocation? ( dev-util/gdbus-codegen ) - >=dev-util/cmake-3.10 " # test? ( # dev-python/pygobject:3[python_targets_python2_7]