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 DECC915800A for ; Thu, 27 Jul 2023 05:11:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB527E0970; Thu, 27 Jul 2023 05:11:47 +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 A3A43E096F for ; Thu, 27 Jul 2023 05:11:47 +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 E124F3414B0 for ; Thu, 27 Jul 2023 05:11:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48FB1DF1 for ; Thu, 27 Jul 2023 05:11:43 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1690434628.1b3faf15e8399475bcdd944bc1db6428f14e0e1a.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-gtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-gtk/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 1b3faf15e8399475bcdd944bc1db6428f14e0e1a X-VCS-Branch: master Date: Thu, 27 Jul 2023 05:11:43 +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: c6764262-9295-4dba-b01f-583f1ebf6b3e X-Archives-Hash: 836dfb266645960933c7df51c68817b4 commit: 1b3faf15e8399475bcdd944bc1db6428f14e0e1a Author: WANG Xuerui gentoo org> AuthorDate: Thu Jul 27 04:25:24 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Thu Jul 27 05:10:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b3faf15 media-plugins/gst-plugins-gtk: keyword 1.22.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.3.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.3.ebuild index 55190e123f56..b5c5fc9dba86 100644 --- a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.3.ebuild +++ b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.22.3.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good inherit gstreamer-meson DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="+egl gles2 +opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base # egl, wayland and X only matters if gst-plugins-base is built with USE=opengl and/or USE=gles2 # We mirror egl/gles2/opengl/wayland/X due to automagic detection from gstreamer-gl.pc variables;