Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/
Date: Sun, 16 May 2021 00:13:35
Message-Id: 1621123932.fe57c0f02ca5fbc12a068b26149a0021e73a1f6d.sam@gentoo
1 commit: fe57c0f02ca5fbc12a068b26149a0021e73a1f6d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 16 00:12:12 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun May 16 00:12:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe57c0f0
7
8 media-libs/leptonica: Stabilize 1.80.0 amd64, #775629
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-libs/leptonica/leptonica-1.80.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-libs/leptonica/leptonica-1.80.0.ebuild b/media-libs/leptonica/leptonica-1.80.0.ebuild
16 index 5cf65cc4ca8..5fbbbc4b970 100644
17 --- a/media-libs/leptonica/leptonica-1.80.0.ebuild
18 +++ b/media-libs/leptonica/leptonica-1.80.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.leptonica.org/"
26 SRC_URI="https://github.com/DanBloomberg/${PN}/releases/download/${PV}/${P}.tar.gz"
27 LICENSE="Apache-2.0"
28 SLOT="0/5"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
30 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
31 IUSE="gif jpeg jpeg2k png static-libs test tiff utils webp zlib"
32 RESTRICT="!test? ( test )"