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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59D03139337 for ; Sat, 31 Jul 2021 22:26:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B15CE0959; Sat, 31 Jul 2021 22:26:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0136CE0954 for ; Sat, 31 Jul 2021 22:26:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8297A3439A5 for ; Sat, 31 Jul 2021 22:26:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F83684D for ; Sat, 31 Jul 2021 22:26:28 +0000 (UTC) From: "Joshua Kinard" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joshua Kinard" Message-ID: <1627770365.da8ddaa5f159ff210bed8aa958e1b5883d1ae875.kumba@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/imath/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/imath/imath-3.0.5-r1.ebuild X-VCS-Directories: dev-libs/imath/ X-VCS-Committer: kumba X-VCS-Committer-Name: Joshua Kinard X-VCS-Revision: da8ddaa5f159ff210bed8aa958e1b5883d1ae875 X-VCS-Branch: master Date: Sat, 31 Jul 2021 22:26:28 +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: 9d06b065-9e7e-45d0-a7ce-f028c3187e44 X-Archives-Hash: 646e970ecec8955088484800a0282a74 commit: da8ddaa5f159ff210bed8aa958e1b5883d1ae875 Author: Joshua Kinard gentoo org> AuthorDate: Sat Jul 31 21:35:26 2021 +0000 Commit: Joshua Kinard gentoo org> CommitDate: Sat Jul 31 22:26:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8ddaa5 dev-libs/imath: Added ~mips to KEYWORDS Bug: https://bugs.gentoo.org/798690 Signed-off-by: Joshua Kinard gentoo.org> Package-Manager: Portage-3.0.20, Repoman-3.0.3 dev-libs/imath/imath-3.0.5-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/imath/imath-3.0.5-r1.ebuild b/dev-libs/imath/imath-3.0.5-r1.ebuild index a1bd6fa5cf4..f2fc3101233 100644 --- a/dev-libs/imath/imath-3.0.5-r1.ebuild +++ b/dev-libs/imath/imath-3.0.5-r1.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://imath.readthedocs.io" SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" # re-keywording needed for (according to ilmbase keywords): # ~arm ~arm64 ~mips ~x64-macos ~x86-solaris -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="BSD"