diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-02-10 13:56:29 +0100 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-10 14:18:20 -0500 |
commit | 6516d3caf94db83ab55c617599aa80f96b957d94 (patch) | |
tree | 75fa779b77e127aba978857722a2666c102f9a7e /www-client | |
parent | www-client/surf: migrate net-libs/webkit-gtk:{4 -> 4.1} (diff) | |
download | gentoo-6516d3caf94db83ab55c617599aa80f96b957d94.tar.gz gentoo-6516d3caf94db83ab55c617599aa80f96b957d94.tar.bz2 gentoo-6516d3caf94db83ab55c617599aa80f96b957d94.zip |
www-client/surf: sync live
Bug: https://bugs.gentoo.org/893716
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/29520
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/surf/surf-9999.ebuild | 9 |
1 files 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() { |