Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtommath/
Date: Tue, 25 Feb 2020 12:48:14
Message-Id: 1582634840.b4be7e504bf96d703a96f31d478b7267af58c3cc.zlogene@gentoo
1 commit: b4be7e504bf96d703a96f31d478b7267af58c3cc
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 12:47:20 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 25 12:47:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4be7e50
7
8 dev-libs/libtommath: m68k stable wrt bug #700422
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 RepoMan-Options: --include-arches="m68k"
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-libs/libtommath/libtommath-1.1.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-libs/libtommath/libtommath-1.1.0.ebuild b/dev-libs/libtommath/libtommath-1.1.0.ebuild
18 index 25a050e6fec..7fddb7839ee 100644
19 --- a/dev-libs/libtommath/libtommath-1.1.0.ebuild
20 +++ b/dev-libs/libtommath/libtommath-1.1.0.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
22
23 LICENSE="WTFPL-2"
24 SLOT="0"
25 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
26 +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
27 IUSE="doc examples static-libs"
28
29 src_prepare() {