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 3F14E15ACFB for ; Wed, 26 Apr 2023 03:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83164E0871; Wed, 26 Apr 2023 03:53:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6DD4AE0871 for ; Wed, 26 Apr 2023 03:53:49 +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 9457E340F94 for ; Wed, 26 Apr 2023 03:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E80DA45 for ; Wed, 26 Apr 2023 03:53:47 +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: <1682481214.b06ae8e7ec4148557c4db1c308fa31306d095d12.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libde265/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libde265/libde265-1.0.11.ebuild X-VCS-Directories: media-libs/libde265/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b06ae8e7ec4148557c4db1c308fa31306d095d12 X-VCS-Branch: master Date: Wed, 26 Apr 2023 03:53:47 +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: 5cc732c4-9b21-4f13-b098-ff559ea5af1a X-Archives-Hash: c66756c5ae2929481454fd00134aac74 commit: b06ae8e7ec4148557c4db1c308fa31306d095d12 Author: Sam James gentoo org> AuthorDate: Wed Apr 26 03:53:34 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 26 03:53:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b06ae8e7 media-libs/libde265: Stabilize 1.0.11 arm, #905100 Signed-off-by: Sam James gentoo.org> media-libs/libde265/libde265-1.0.11.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libde265/libde265-1.0.11.ebuild b/media-libs/libde265/libde265-1.0.11.ebuild index ca34a4a3dccb..7498ce13eecd 100644 --- a/media-libs/libde265/libde265-1.0.11.ebuild +++ b/media-libs/libde265/libde265-1.0.11.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/strukturag/libde265/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi DESCRIPTION="Open h.265 video codec implementation"