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 C07FE15803E for ; Sat, 6 Jan 2024 01:19:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 844F72BC018; Sat, 6 Jan 2024 01:19:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 589CA2BC018 for ; Sat, 6 Jan 2024 01:19:01 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22D033430AB for ; Sat, 6 Jan 2024 01:19:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65B3ADB5 for ; Sat, 6 Jan 2024 01:18:58 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1704503935.00e0fbe1e333220c137f0564ed3865c9f04b70ff.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libheif/libheif-1.15.2.ebuild X-VCS-Directories: media-libs/libheif/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 00e0fbe1e333220c137f0564ed3865c9f04b70ff X-VCS-Branch: master Date: Sat, 6 Jan 2024 01:18:58 +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: 8af79f9e-01d0-4bba-8b52-9357f09ad7f7 X-Archives-Hash: 57b26edb036e1bb49ffb9dfdd76887e0 commit: 00e0fbe1e333220c137f0564ed3865c9f04b70ff Author: Jakov Smolić gentoo org> AuthorDate: Sat Jan 6 01:18:55 2024 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Jan 6 01:18:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00e0fbe1 media-libs/libheif: Stabilize 1.15.2 ppc64, #908168 Signed-off-by: Jakov Smolić gentoo.org> media-libs/libheif/libheif-1.15.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libheif/libheif-1.15.2.ebuild b/media-libs/libheif/libheif-1.15.2.ebuild index 23d9930797e9..da7af41c80cc 100644 --- a/media-libs/libheif/libheif-1.15.2.ebuild +++ b/media-libs/libheif/libheif-1.15.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/strukturag/libheif/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="ISO/IEC 23008-12:2017 HEIF file format decoder and encoder"