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 7FEE115800F for ; Thu, 5 Jan 2023 23:48:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 933D0E077F; Thu, 5 Jan 2023 23:48:34 +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 7B981E077F for ; Thu, 5 Jan 2023 23:48:34 +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 7C9B5340B98 for ; Thu, 5 Jan 2023 23:48:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E72B876A for ; Thu, 5 Jan 2023 23:48:31 +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: <1672962501.67d2cf01ed63fb214dd807ab51a5e0e58240ac11.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.9.ebuild X-VCS-Directories: media-libs/libde265/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67d2cf01ed63fb214dd807ab51a5e0e58240ac11 X-VCS-Branch: master Date: Thu, 5 Jan 2023 23:48:31 +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: ea21b114-9e1b-4526-a7d7-035f7a5eb396 X-Archives-Hash: db52faa869e43d81883a2e7758dd24d0 commit: 67d2cf01ed63fb214dd807ab51a5e0e58240ac11 Author: Sam James gentoo org> AuthorDate: Thu Jan 5 23:48:21 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 5 23:48:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d2cf01 media-libs/libde265: Stabilize 1.0.9 amd64, #889880 Signed-off-by: Sam James gentoo.org> media-libs/libde265/libde265-1.0.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libde265/libde265-1.0.9.ebuild b/media-libs/libde265/libde265-1.0.9.ebuild index b88a54533a5f..12e7c601d4d0 100644 --- a/media-libs/libde265/libde265-1.0.9.ebuild +++ b/media-libs/libde265/libde265-1.0.9.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"