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 1DB74158023 for ; Wed, 2 Nov 2022 05:50:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D551E0A90; Wed, 2 Nov 2022 05:50:14 +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 35951E0A90 for ; Wed, 2 Nov 2022 05:50:14 +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 4B77D34100A for ; Wed, 2 Nov 2022 05:50:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C8A56EA for ; Wed, 2 Nov 2022 05:50:10 +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: <1667368169.8bd902e18f744f3fff324737ea7efbe8b1d01fa2.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-dvdread/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.20.3.ebuild X-VCS-Directories: media-plugins/gst-plugins-dvdread/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 8bd902e18f744f3fff324737ea7efbe8b1d01fa2 X-VCS-Branch: master Date: Wed, 2 Nov 2022 05:50:10 +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: 76ee9d42-1ee9-4718-bc46-0cbcfebaf33d X-Archives-Hash: 2960e2eb758dc678e8d0acebf92d783b commit: 8bd902e18f744f3fff324737ea7efbe8b1d01fa2 Author: WANG Xuerui gentoo org> AuthorDate: Wed Nov 2 01:36:05 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Wed Nov 2 05:49:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bd902e1 media-plugins/gst-plugins-dvdread: keyword 1.20.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.20.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.20.3.ebuild b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.20.3.ebuild index 9f3101b7bcda..1bc07de972a3 100644 --- a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.20.3.ebuild +++ b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.20.3.ebuild @@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly inherit gstreamer-meson DESCRIPTION="DVD read plugin for GStreamer" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~sparc x86" RDEPEND=">=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}]" DEPEND="${RDEPEND}"