From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1672994-garchives=archives.gentoo.org@lists.gentoo.org> 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 98401158083 for <garchives@archives.gentoo.org>; Mon, 23 Sep 2024 07:32:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7656E2A26; Mon, 23 Sep 2024 07:32:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEA09E2A26 for <gentoo-commits@lists.gentoo.org>; Mon, 23 Sep 2024 07:32:25 +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 F04053434AE for <gentoo-commits@lists.gentoo.org>; Mon, 23 Sep 2024 07:32:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EADC227A for <gentoo-commits@lists.gentoo.org>; Mon, 23 Sep 2024 07:32:23 +0000 (UTC) From: "Arthur Zamarin" <arthurzam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" <arthurzam@gentoo.org> Message-ID: <1727076739.01f688af38d0b5c58ab7e3a940e012bd7aeb5e34.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libavif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libavif/libavif-1.1.1.ebuild X-VCS-Directories: media-libs/libavif/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 01f688af38d0b5c58ab7e3a940e012bd7aeb5e34 X-VCS-Branch: master Date: Mon, 23 Sep 2024 07:32:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cfe140da-32a7-4e13-a902-84f73a34bed2 X-Archives-Hash: 7bb0207489c2501a6240f9fe1261386c commit: 01f688af38d0b5c58ab7e3a940e012bd7aeb5e34 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Sep 23 07:32:19 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Sep 23 07:32:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01f688af media-libs/libavif: Stabilize 1.1.1 amd64, #940077 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> media-libs/libavif/libavif-1.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libavif/libavif-1.1.1.ebuild b/media-libs/libavif/libavif-1.1.1.ebuild index 11d08b0d3702..0b60aef909d1 100644 --- a/media-libs/libavif/libavif-1.1.1.ebuild +++ b/media-libs/libavif/libavif-1.1.1.ebuild @@ -15,7 +15,7 @@ SRC_URI=" LICENSE="BSD-2" # See bug #822336 re subslot SLOT="0/16.1.1" -KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc64 ~riscv ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc64 ~riscv ~sparc x86" IUSE="+aom dav1d examples extras gdk-pixbuf rav1e svt-av1 test" RESTRICT="!test? ( test )" REQUIRED_USE="|| ( aom dav1d )"