Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/imath/
Date: Wed, 29 Dec 2021 13:46:17
Message-Id: 1640785169.22fbac089cc07ca5ba8997abcea51a10ece33eec.dlan@gentoo
1 commit: 22fbac089cc07ca5ba8997abcea51a10ece33eec
2 Author: Alex Fan <alex.fan.q <AT> gmail <DOT> com>
3 AuthorDate: Tue Dec 28 10:06:50 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 13:39:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fbac08
7
8 dev-libs/imath: keyword 3.1.3 for ~riscv
9
10 Signed-off-by: Alex Fan <alex.fan.q <AT> gmail.com>
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-libs/imath/imath-3.1.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/imath/imath-3.1.3.ebuild b/dev-libs/imath/imath-3.1.3.ebuild
17 index 8ce94a93b3bc..3347beaa0c68 100644
18 --- a/dev-libs/imath/imath-3.1.3.ebuild
19 +++ b/dev-libs/imath/imath-3.1.3.ebuild
20 @@ -13,7 +13,7 @@ DESCRIPTION="Imath basic math package"
21 HOMEPAGE="https://imath.readthedocs.io"
22 SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
23 # re-keywording needed for (according to ilmbase keywords): ~x64-macos ~x86-solaris
24 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
26 S="${WORKDIR}/${MY_PN}-${PV}"
27
28 LICENSE="BSD"