commit: 6516d3caf94db83ab55c617599aa80f96b957d94 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Fri Feb 10 12:56:29 2023 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Feb 10 19:18:20 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6516d3ca
www-client/surf: sync live Bug: https://bugs.gentoo.org/893716 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29520 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> www-client/surf/surf-9999.ebuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/www-client/surf/surf-9999.ebuild b/www-client/surf/surf-9999.ebuild index 1bcbc4596bdd..98184f11e4aa 100644 --- a/www-client/surf/surf-9999.ebuild +++ b/www-client/surf/surf-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit desktop savedconfig toolchain-funcs xdg @@ -24,7 +24,7 @@ IUSE="tabbed" DEPEND=" app-crypt/gcr:0=[gtk] dev-libs/glib:2 - net-libs/webkit-gtk:4 + net-libs/webkit-gtk:4.1= x11-libs/gtk+:3 x11-libs/libX11 " @@ -41,8 +41,9 @@ RDEPEND="${DEPEND} BDEPEND=" virtual/pkgconfig " + PATCHES=( - "${FILESDIR}"/${PN}-2.1-gentoo.patch + "${FILESDIR}/${PN}-2.1-gentoo-webkit-4.1.patch" ) pkg_setup() {
