Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/imath/
Date: Thu, 08 Jul 2021 07:09:46
Message-Id: 1625728147.20e9b35e1e6f3cb3f79898c52e815baf6d3ce46d.slyfox@gentoo
1 commit: 20e9b35e1e6f3cb3f79898c52e815baf6d3ce46d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 8 07:09:07 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 8 07:09:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20e9b35e
7
8 dev-libs/imath: keyworded 3.0.1 for ppc
9
10 keyworded wrt bug #798690
11
12 Package-Manager: Portage-3.0.20, Repoman-3.0.3
13 RepoMan-Options: --include-arches="ppc"
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-libs/imath/imath-3.0.1.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/dev-libs/imath/imath-3.0.1.ebuild b/dev-libs/imath/imath-3.0.1.ebuild
20 index f4401e61cfc..292ea6f272a 100644
21 --- a/dev-libs/imath/imath-3.0.1.ebuild
22 +++ b/dev-libs/imath/imath-3.0.1.ebuild
23 @@ -14,7 +14,7 @@ HOMEPAGE="https://imath.readthedocs.io"
24 SRC_URI="https://github.com/AcademySoftwareFoundation/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
25 # re-keywording needed for (according to ilmbase keywords):
26 # ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x64-macos ~x86-solaris
27 -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86 ~amd64-linux ~x86-linux"
28 +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
29 S="${WORKDIR}/${MY_PN}-${PV}"
30
31 LICENSE="BSD"