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, 15 Aug 2020 03:44:27
Message-Id: 1597463036.2261ee3b9c2ef7efe834a4a5db7c17e175743330.sam@gentoo
1 commit: 2261ee3b9c2ef7efe834a4a5db7c17e175743330
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 15 03:43:56 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 15 03:43:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2261ee3b
7
8 dev-libs/libtommath: Stabilize 1.2.0 amd64, #737168
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-libs/libtommath/libtommath-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libtommath/libtommath-1.2.0.ebuild b/dev-libs/libtommath/libtommath-1.2.0.ebuild
16 index 939731d21be..29bde3cfc62 100644
17 --- a/dev-libs/libtommath/libtommath-1.2.0.ebuild
18 +++ b/dev-libs/libtommath/libtommath-1.2.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/libtom/libtommath/releases/download/v${PV}/ltm-${PV}
20
21 LICENSE="Unlicense"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 IUSE="doc examples static-libs"
26
27 src_prepare() {