From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB4C815806E for ; Thu, 18 May 2023 12:17:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67620E0801; Thu, 18 May 2023 12:17:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E45FE0801 for ; Thu, 18 May 2023 12:17:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8084C340C3E for ; Thu, 18 May 2023 12:17:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F7D1A7E for ; Thu, 18 May 2023 12:17:30 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1684411749.f27a417d83dd8409576863ddb9e531ad26145e32.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/webkit-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/webkit-gtk/webkit-gtk-2.38.5-r500.ebuild net-libs/webkit-gtk/webkit-gtk-2.40.1-r410.ebuild net-libs/webkit-gtk/webkit-gtk-2.40.1-r600.ebuild net-libs/webkit-gtk/webkit-gtk-2.40.1.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f27a417d83dd8409576863ddb9e531ad26145e32 X-VCS-Branch: master Date: Thu, 18 May 2023 12:17:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f631e889-8a53-4cdc-8a00-7eae1dc26833 X-Archives-Hash: b234b501d629a74bc2c3c96dfbcb9e31 commit: f27a417d83dd8409576863ddb9e531ad26145e32 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun May 14 12:17:23 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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