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 8687A158003 for ; Wed, 22 Jun 2022 16:59:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ACABE0968; Wed, 22 Jun 2022 16:59:52 +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 40ECFE0968 for ; Wed, 22 Jun 2022 16:59:52 +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 1C960341B5D for ; Wed, 22 Jun 2022 16:59:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63A84510 for ; Wed, 22 Jun 2022 16:59:49 +0000 (UTC) From: "Arthur Zamarin" 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" Message-ID: <1655917172.a2823b17019e2177b8ca5dcdc84f46e55e2494dd.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/ilmbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/ilmbase/ilmbase-2.5.8.ebuild X-VCS-Directories: media-libs/ilmbase/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a2823b17019e2177b8ca5dcdc84f46e55e2494dd X-VCS-Branch: master Date: Wed, 22 Jun 2022 16:59:49 +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: 3f74cb5b-54aa-4bb0-87a9-3e64ee85d4ee X-Archives-Hash: 1c75d34062a04af55220ea47fc6b732b commit: a2823b17019e2177b8ca5dcdc84f46e55e2494dd Author: Arthur Zamarin gentoo org> AuthorDate: Wed Jun 22 16:59:32 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Jun 22 16:59:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2823b17 media-libs/ilmbase: Stabilize 2.5.8 arm64, #853670 Signed-off-by: Arthur Zamarin gentoo.org> media-libs/ilmbase/ilmbase-2.5.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/ilmbase/ilmbase-2.5.8.ebuild b/media-libs/ilmbase/ilmbase-2.5.8.ebuild index 2cffac6048a9..5074ee739f2c 100644 --- a/media-libs/ilmbase/ilmbase-2.5.8.ebuild +++ b/media-libs/ilmbase/ilmbase-2.5.8.ebuild @@ -13,7 +13,7 @@ S="${WORKDIR}/openexr-${PV}/IlmBase" LICENSE="BSD" SLOT="0/25" # based on SONAME -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" IUSE="large-stack static-libs test" RESTRICT="!test? ( test )"