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: Mon, 28 Feb 2022 23:58:32
Message-Id: 1646092594.833fc80ef4a2d739d9ff6afb1fdb2275357f9d73.sam@gentoo
1 commit: 833fc80ef4a2d739d9ff6afb1fdb2275357f9d73
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 28 23:56:34 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 23:56:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833fc80e
7
8 dev-libs/imath: Stabilize 3.1.4-r3 x86, #833158
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/imath/imath-3.1.4-r3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/imath/imath-3.1.4-r3.ebuild b/dev-libs/imath/imath-3.1.4-r3.ebuild
16 index aeefa0cc360d..1f4caaa389e9 100644
17 --- a/dev-libs/imath/imath-3.1.4-r3.ebuild
18 +++ b/dev-libs/imath/imath-3.1.4-r3.ebuild
19 @@ -13,7 +13,7 @@ DESCRIPTION="Imath basic math package"
20 HOMEPAGE="https://imath.readthedocs.io"
21 SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
22 # re-keywording needed for (according to ilmbase keywords): ~x64-macos ~x86-solaris
23 -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux"
25 S="${WORKDIR}/${MY_PN}-${PV}"
26
27 LICENSE="BSD"