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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BCEBE158092 for ; Sat, 18 Sep 2021 20:48:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19BF3E0918; Sat, 18 Sep 2021 20:48:59 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01741E0918 for ; Sat, 18 Sep 2021 20:48:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F331A34342C for ; Sat, 18 Sep 2021 20:48:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F03D90 for ; Sat, 18 Sep 2021 20:48:56 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1631998126.25b90a4e247c4b3c8834cd28e7e9f2bf2dcc58ae.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/devhelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/devhelp/devhelp-40.1.ebuild X-VCS-Directories: dev-util/devhelp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 25b90a4e247c4b3c8834cd28e7e9f2bf2dcc58ae X-VCS-Branch: master Date: Sat, 18 Sep 2021 20:48:56 +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: 112e6a55-f8f6-464e-b63f-6c538894e137 X-Archives-Hash: 598b81086b26e34e57f1f859aec6fc64 commit: 25b90a4e247c4b3c8834cd28e7e9f2bf2dcc58ae Author: Mart Raudsepp gentoo org> AuthorDate: Sat Sep 18 20:03:47 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Sep 18 20:48:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b90a4e dev-util/devhelp: fix webkit-gtk minimum dep Inconsequential, as we have long not had such old versions anyhow, but match meson.build Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> dev-util/devhelp/devhelp-40.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/devhelp/devhelp-40.1.ebuild b/dev-util/devhelp/devhelp-40.1.ebuild index fc32178168a..6c3ef63c21c 100644 --- a/dev-util/devhelp/devhelp-40.1.ebuild +++ b/dev-util/devhelp/devhelp-40.1.ebuild @@ -18,7 +18,7 @@ REQUIRED_USE="gedit? ( ${PYTHON_REQUIRED_USE} )" DEPEND=" >=dev-libs/glib-2.64:2 >=x11-libs/gtk+-3.22:3[introspection?] - >=net-libs/webkit-gtk-2.24:4[introspection?] + >=net-libs/webkit-gtk-2.26:4[introspection?] >=gui-libs/amtk-5.0:5 gnome-base/gsettings-desktop-schemas introspection? ( >=dev-libs/gobject-introspection-1.54:= )