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 4A52A158020 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 AE39E2BC070; 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 935372BC070 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 18B9D34128F 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 81EF977F 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: <1670006655.9c1e3d9ab5622ab5231925e33491999ec19042dd.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vo-amrwbenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild X-VCS-Directories: media-libs/vo-amrwbenc/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9c1e3d9ab5622ab5231925e33491999ec19042dd 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: c5597bf4-e116-4ae6-ba78-e8f9d70a0c46 X-Archives-Hash: 906c4daa2942899e8c66adc66fcfda11 commit: 9c1e3d9ab5622ab5231925e33491999ec19042dd Author: WANG Xuerui gentoo org> AuthorDate: Fri Dec 2 18:30:57 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Fri Dec 2 18:44:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1e3d9a media-libs/vo-amrwbenc: keyword 0.1.3 for ~loong Signed-off-by: WANG Xuerui gentoo.org> media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild index 1a89226c873e..099f5938adaa 100644 --- a/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild +++ b/media-libs/vo-amrwbenc/vo-amrwbenc-0.1.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/mstorsjo/vo-amrwbenc.git" else SRC_URI="mirror://sourceforge/opencore-amr/${P}.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~x64-macos" fi DESCRIPTION="VisualOn AMR-WB encoder library"