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 22:33:09
Message-Id: 1635373902.9675896d1105ac57de06096175e17af183307748.sam@gentoo
1 commit: 9675896d1105ac57de06096175e17af183307748
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 27 22:31:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 27 22:31:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9675896d
7
8 dev-libs/imath: Stabilize 3.1.1 amd64, #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 c9510fdfb56..82fabc71d73 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"