From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1322206-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C27F158013 for <garchives@archives.gentoo.org>; Sun, 19 Sep 2021 03:09:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52945E0924; Sun, 19 Sep 2021 03:09:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 381A7E0924 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Sep 2021 03:09:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C83B33433E9 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Sep 2021 03:09:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3413FE7 for <gentoo-commits@lists.gentoo.org>; Sun, 19 Sep 2021 03:09:46 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1632020880.1f235d1bd57187a74c53b71bb683e85a6e116f20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opencolorio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opencolorio/opencolorio-2.0.1.ebuild X-VCS-Directories: media-libs/opencolorio/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1f235d1bd57187a74c53b71bb683e85a6e116f20 X-VCS-Branch: master Date: Sun, 19 Sep 2021 03:09:46 +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: 94cc1a37-1290-45f2-9fe9-7d4c9b3fb63c X-Archives-Hash: cc68f96eea0698b4c4b8fb13a7a09f33 commit: 1f235d1bd57187a74c53b71bb683e85a6e116f20 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Sep 19 03:08:00 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Sep 19 03:08:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f235d1b media-libs/opencolorio: Keyword 2.0.1 arm64, #795279 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/opencolorio/opencolorio-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/opencolorio/opencolorio-2.0.1.ebuild b/media-libs/opencolorio/opencolorio-2.0.1.ebuild index ecaac6c1a4a..449dda00e80 100644 --- a/media-libs/opencolorio/opencolorio-2.0.1.ebuild +++ b/media-libs/opencolorio/opencolorio-2.0.1.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://opencolorio.org https://github.com/AcademySoftwareFoundation/O SRC_URI="https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/OpenColorIO-${PV}" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm64" LICENSE="BSD" SLOT="0" IUSE="cpu_flags_x86_sse2 doc opengl python static-libs test"