summaryrefslogtreecommitdiff
path: root/net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-18 16:12:56 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-18 16:12:56 +0100
commitae7f349673c9e013e85bbc65e873d3363467a293 (patch)
tree0ae90623ff8081894ad526c05a94ad9ca84f1ea4 /net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild
parent8ea6e43d2f65acbfda614dbd4635823d7605b6d8 (diff)
gentoo auto-resync : 18:05:2023 - 16:12:55
Diffstat (limited to 'net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild')
-rw-r--r--net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild
index b5dc63ab2139..c1e983e7035a 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD"
SLOT="4.1/0" # soname version of libwebkit2gtk-4.1
KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
-IUSE="aqua avif examples gamepad gles2-only gnome-keyring +gstreamer +introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd wayland X"
+IUSE="aqua avif examples gamepad gles2-only keyring +gstreamer +introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd wayland X"
REQUIRED_USE="|| ( aqua wayland X )"
# Tests do not run when built from tarballs
@@ -50,7 +50,7 @@ RDEPEND="
>=dev-libs/glib-2.70.0:2
>=dev-libs/libxslt-1.1.7
media-libs/woff2
- gnome-keyring? ( app-crypt/libsecret )
+ keyring? ( app-crypt/libsecret )
introspection? ( >=dev-libs/gobject-introspection-1.59.1:= )
dev-libs/libtasn1:=
spell? ( >=app-text/enchant-0.22:2 )
@@ -229,7 +229,7 @@ src_configure() {
-DUSE_JPEGXL=OFF
-DUSE_LCMS=$(usex lcms)
-DUSE_LIBHYPHEN=ON
- -DUSE_LIBSECRET=$(usex gnome-keyring)
+ -DUSE_LIBSECRET=$(usex keyring)
-DUSE_OPENGL_OR_ES=ON
-DUSE_OPENJPEG=$(usex jpeg2k)
-DUSE_SOUP2=OFF