diff options
author | brahmajit das <listout@protonmail.com> | 2022-09-19 22:46:55 +0530 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-09-20 11:29:54 -0400 |
commit | 83c75d77085ea925a02cefa6e8b6f7edc049e046 (patch) | |
tree | 12f3530c77d92ebe09a8328ab0fb7d0d75a457b8 /app-text/apvlv | |
parent | dev-python/pikepdf: add setuptools_scm_git_archive BDEPEND (diff) | |
download | gentoo-83c75d77085ea925a02cefa6e8b6f7edc049e046.tar.gz gentoo-83c75d77085ea925a02cefa6e8b6f7edc049e046.tar.bz2 gentoo-83c75d77085ea925a02cefa6e8b6f7edc049e046.zip |
app-text/apvlv: 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/27362
Signed-off-by: brahmajit das <listout@protonmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text/apvlv')
-rw-r--r-- | app-text/apvlv/apvlv-0.4.0-r1.ebuild (renamed from app-text/apvlv/apvlv-0.4.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/apvlv/apvlv-0.4.0.ebuild b/app-text/apvlv/apvlv-0.4.0-r1.ebuild index 50ce18678ec9..b18584848d23 100644 --- a/app-text/apvlv/apvlv-0.4.0.ebuild +++ b/app-text/apvlv/apvlv-0.4.0-r1.ebuild @@ -19,7 +19,7 @@ RDEPEND=" >=app-text/poppler-0.5.0:=[cairo,xpdf-headers(+)] dev-libs/glib:2 dev-libs/libxml2 - net-libs/webkit-gtk:= + net-libs/webkit-gtk:4= x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 |