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/libtommath/
Date: Sat, 30 Jan 2021 05:24:54
Message-Id: 1611984245.5ad608462f081e2c40ba022a03ef841c313455a1.sam@gentoo
1 commit: 5ad608462f081e2c40ba022a03ef841c313455a1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 30 05:16:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 30 05:24:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad60846
7
8 dev-libs/libtommath: ~x64-macos keyworded
9
10 Bug: https://bugs.gentoo.org/761235
11 Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0.ebuild
18 index 56b357a3505..c72f2d4668d 100644
19 --- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
20 +++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
22
23 LICENSE="Unlicense"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
26 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
27 IUSE="doc examples static-libs"
28
29 BDEPEND="sys-devel/libtool"