Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/imath/
Date: Wed, 27 Oct 2021 04:14:36
Message-Id: 1635308013.846d3efcd3d9e524a56ad6e991b0ee6a0206e7d3.sam@gentoo
1 commit: 846d3efcd3d9e524a56ad6e991b0ee6a0206e7d3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 04:13:33 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 04:13:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846d3efc
7
8 dev-libs/imath: Stabilize 3.1.1 arm64, #820362
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/imath/imath-3.1.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/imath/imath-3.1.1.ebuild b/dev-libs/imath/imath-3.1.1.ebuild
16 index 3ebea9d135f..c9510fdfb56 100644
17 --- a/dev-libs/imath/imath-3.1.1.ebuild
18 +++ b/dev-libs/imath/imath-3.1.1.ebuild
19 @@ -14,7 +14,7 @@ HOMEPAGE="https://imath.readthedocs.io"
20 SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
21 # re-keywording needed for (according to ilmbase keywords):
22 # ~mips ~x64-macos ~x86-solaris
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 S="${WORKDIR}/${MY_PN}-${PV}"
26
27 LICENSE="BSD"