commit: 5b0c9d5beed2da01e85f868e48d53863579bcb66 Author: brahmajit das <listout <AT> protonmail <DOT> com> AuthorDate: Tue Sep 20 05:28:30 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Sep 20 15:29:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0c9d5b
app-editors/remarkable: Using webkit-gtk in slot 4 This is needed for as webkit-gtk will now have slots to handle webkit2gtk-4.0 and webkit2gtk-4.1, and we want to make sure that we pull in the correct webkit-gtk. Closes: https://github.com/gentoo/gentoo/pull/27361 Signed-off-by: brahmajit das <listout <AT> protonmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> ....9.0_pre20210320.ebuild => remarkable-1.9.0_pre20210320-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/remarkable/remarkable-1.9.0_pre20210320.ebuild b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild similarity index 95% rename from app-editors/remarkable/remarkable-1.9.0_pre20210320.ebuild rename to app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild index 876a5a238409..ababb46124c6 100644 --- a/app-editors/remarkable/remarkable-1.9.0_pre20210320.ebuild +++ b/app-editors/remarkable/remarkable-1.9.0_pre20210320-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,7 +19,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} - net-libs/webkit-gtk[introspection] + net-libs/webkit-gtk:4[introspection] x11-libs/gtk+:3[introspection] x11-libs/gtksourceview:3.0[introspection] $(python_gen_cond_dep '
