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 BCF7D158020 for ; Fri, 2 Dec 2022 18:44:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B05C12BC071; Fri, 2 Dec 2022 18:44:48 +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 943BE2BC071 for ; Fri, 2 Dec 2022 18:44:48 +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 338EA3412A9 for ; Fri, 2 Dec 2022 18:44:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94A43780 for ; Fri, 2 Dec 2022 18:44:44 +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: <1670006656.2f4881f9c631eb976583c03f52464f2e320e28c2.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gavl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gavl/gavl-1.4.0-r2.ebuild X-VCS-Directories: media-libs/gavl/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 2f4881f9c631eb976583c03f52464f2e320e28c2 X-VCS-Branch: master Date: Fri, 2 Dec 2022 18:44:44 +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: e007ed1a-987a-4327-ac31-029e4936c101 X-Archives-Hash: 4d1342d3ee6ad48f56505a9c2c72e764 commit: 2f4881f9c631eb976583c03f52464f2e320e28c2 Author: WANG Xuerui gentoo org> AuthorDate: Fri Dec 2 18:30:59 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Dec 2 18:44:16 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f4881f9 media-libs/gavl: keyword 1.4.0-r2 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-libs/gavl/gavl-1.4.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gavl/gavl-1.4.0-r2.ebuild b/media-libs/gavl/gavl-1.4.0-r2.ebuild index 7fdebe1f45bf..1db85a052458 100644 --- a/media-libs/gavl/gavl-1.4.0-r2.ebuild +++ b/media-libs/gavl/gavl-1.4.0-r2.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/gmerlin/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ppc ~ppc64 ~riscv x86" IUSE="doc" BDEPEND="doc? ( app-doc/doxygen )"