Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/imath/
Date: Mon, 24 Jan 2022 09:25:33
Message-Id: 1643016297.e3469864cb0fb73b7070c95830fc00633a217820.jsmolic@gentoo
1 commit: e3469864cb0fb73b7070c95830fc00633a217820
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 24 09:24:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 24 09:24:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3469864
7
8 dev-libs/imath: Stabilize 3.1.3 amd64, #831953
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-libs/imath/imath-3.1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-libs/imath/imath-3.1.3.ebuild b/dev-libs/imath/imath-3.1.3.ebuild
16 index 3347beaa0c68..9b601bdaf3ab 100644
17 --- a/dev-libs/imath/imath-3.1.3.ebuild
18 +++ b/dev-libs/imath/imath-3.1.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -13,7 +13,7 @@ DESCRIPTION="Imath basic math package"
26 HOMEPAGE="https://imath.readthedocs.io"
27 SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
28 # re-keywording needed for (according to ilmbase keywords): ~x64-macos ~x86-solaris
29 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
30 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
31 S="${WORKDIR}/${MY_PN}-${PV}"
32
33 LICENSE="BSD"