commit:     f27a417d83dd8409576863ddb9e531ad26145e32
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 14 12:17:23 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 18 12:09:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27a417d

net-libs/webkit-gtk: Rename USE=gnome-keyring -> keyring

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild | 6 +++---
 net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild | 6 +++---
 net-libs/webkit-gtk/webkit-gtk-2.40.1-r600.ebuild | 6 +++---
 net-libs/webkit-gtk/webkit-gtk-2.40.1.ebuild      | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild
index e57be755e686..3dcd479580aa 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD"
 SLOT="5/0" # soname version of libwebkit2gtk-5.0
 KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~sparc x86"
 
-IUSE="aqua avif +egl examples gamepad gles2-only gnome-keyring +gstreamer 
+introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd test wayland 
X"
+IUSE="aqua avif +egl examples gamepad gles2-only keyring +gstreamer 
+introspection pdf +jpeg2k +jumbo-build lcms seccomp spell systemd test wayland 
X"
 
 # gstreamer with opengl/gles2 needs egl
 REQUIRED_USE="
@@ -58,7 +58,7 @@ RDEPEND="
        >=dev-libs/glib-2.67.1: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 )
@@ -243,7 +243,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

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

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.40.1-r600.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.40.1-r600.ebuild
index 439938e3960f..5f1d979eeb72 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.40.1-r600.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.40.1-r600.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD"
 SLOT="6/0" # soname version of libwebkit2gtk-6.0
 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
@@ -51,7 +51,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 )
@@ -230,7 +230,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

diff --git a/net-libs/webkit-gtk/webkit-gtk-2.40.1.ebuild 
b/net-libs/webkit-gtk/webkit-gtk-2.40.1.ebuild
index 452c39a08d80..d7290f880277 100644
--- a/net-libs/webkit-gtk/webkit-gtk-2.40.1.ebuild
+++ b/net-libs/webkit-gtk/webkit-gtk-2.40.1.ebuild
@@ -17,7 +17,7 @@ LICENSE="LGPL-2+ BSD"
 SLOT="4/37" # soname version of libwebkit2gtk-4.0
 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
@@ -49,7 +49,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 )
@@ -227,7 +227,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=ON

Reply via email to