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 E8934158086 for ; Sun, 19 Dec 2021 12:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A42D2BC003; Sun, 19 Dec 2021 12:23: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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B945F2BC003 for ; Sun, 19 Dec 2021 12:23:41 +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 DB60A34308D for ; Sun, 19 Dec 2021 12:23:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 78AD9202 for ; Sun, 19 Dec 2021 12:23:39 +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: <1639916597.fc037700ffa47e589e896634cc07df83f156d8fb.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/yelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/yelp/yelp-41.2.ebuild X-VCS-Directories: gnome-extra/yelp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: fc037700ffa47e589e896634cc07df83f156d8fb X-VCS-Branch: master Date: Sun, 19 Dec 2021 12:23: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: cc34b733-2b7a-4441-94ec-329dffc50c5c X-Archives-Hash: 825fca6220070eb2773467107e10be98 commit: fc037700ffa47e589e896634cc07df83f156d8fb Author: Mart Raudsepp gentoo org> AuthorDate: Sun Dec 19 12:22:36 2021 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Dec 19 12:23:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc037700 gnome-extra/yelp: Fix deps and build Closes: https://bugs.gentoo.org/829592 Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Mart Raudsepp gentoo.org> gnome-extra/yelp/yelp-41.2.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnome-extra/yelp/yelp-41.2.ebuild b/gnome-extra/yelp/yelp-41.2.ebuild index 69146a6f75b2..70fe29b08280 100644 --- a/gnome-extra/yelp/yelp-41.2.ebuild +++ b/gnome-extra/yelp/yelp-41.2.ebuild @@ -17,11 +17,11 @@ RDEPEND=" app-arch/bzip2:= >=app-arch/xz-utils-4.9:= dev-db/sqlite:3= - >=dev-libs/glib-2.38:2 + >=dev-libs/glib-2.67.4:2 >=dev-libs/libxml2-2.6.5:2 >=dev-libs/libxslt-1.1.4 - >=gnome-extra/yelp-xsl-3.27.1 - >=net-libs/webkit-gtk-2.34:4 + >=gnome-extra/yelp-xsl-41.0 + >=net-libs/webkit-gtk-2.19.2:4 >=x11-libs/gtk+-3.13.3:3 x11-themes/adwaita-icon-theme " @@ -44,6 +44,7 @@ PATCHES=( src_configure() { gnome2_src_configure \ --disable-static \ + --with-webkit2gtk-4-0 \ --enable-bz2 \ --enable-lzma \ APPSTREAM_UTIL=$(type -P true)