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 868EC15810F for ; Sun, 4 Jun 2023 20:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB9BFE08FE; Sun, 4 Jun 2023 20:32:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 AE706E08FE for ; Sun, 4 Jun 2023 20:32:50 +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 A7D0E340F5D for ; Sun, 4 Jun 2023 20:32:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42ABDA85 for ; Sun, 4 Jun 2023 20:32:48 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1685910738.df89328a6156edffb6bde3cbe2b62e5ebf1bb73d.sam@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.40.2-r600.ebuild X-VCS-Directories: net-libs/webkit-gtk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df89328a6156edffb6bde3cbe2b62e5ebf1bb73d X-VCS-Branch: master Date: Sun, 4 Jun 2023 20:32:48 +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: 64ec3880-8714-4f22-9806-d2a59212adf9 X-Archives-Hash: fbd4b24839aa4414c64d62c2a3d0ca28 commit: df89328a6156edffb6bde3cbe2b62e5ebf1bb73d Author: Sam James gentoo org> AuthorDate: Sun Jun 4 20:32:18 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 4 20:32:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df89328a net-libs/webkit-gtk: Stabilize 2.40.2-r600 arm, #907848 Signed-off-by: Sam James gentoo.org> net-libs/webkit-gtk/webkit-gtk-2.40.2-r600.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/webkit-gtk/webkit-gtk-2.40.2-r600.ebuild b/net-libs/webkit-gtk/webkit-gtk-2.40.2-r600.ebuild index 01f9f66dc047..da7c60d6349a 100644 --- a/net-libs/webkit-gtk/webkit-gtk-2.40.2-r600.ebuild +++ b/net-libs/webkit-gtk/webkit-gtk-2.40.2-r600.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://www.webkitgtk.org/releases/${MY_P}.tar.xz" LICENSE="LGPL-2+ BSD" SLOT="6/0" # soname version of libwebkit2gtk-6.0 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" 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 )"