From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8AA1158094 for ; Tue, 27 Sep 2022 07:09:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32EF1E0D3E; Tue, 27 Sep 2022 07:09:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A1D7E0D3E for ; Tue, 27 Sep 2022 07:09:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C71634130C for ; Tue, 27 Sep 2022 07:09:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D82555C7 for ; Tue, 27 Sep 2022 07:09:31 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1664262560.527132b0e7734db2a3f7408675a92cf44c2cc880.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/leptonica/leptonica-1.82.0.ebuild X-VCS-Directories: media-libs/leptonica/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 527132b0e7734db2a3f7408675a92cf44c2cc880 X-VCS-Branch: master Date: Tue, 27 Sep 2022 07:09:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 890ecd17-0ea3-4ee3-9904-e536436e7152 X-Archives-Hash: f5bccd93671ce263e51af7722d88ef4b commit: 527132b0e7734db2a3f7408675a92cf44c2cc880 Author: Agostino Sarubbo gentoo org> AuthorDate: Tue Sep 27 07:09:20 2022 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Tue Sep 27 07:09:20 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527132b0 media-libs/leptonica: Stabilize 1.82.0 ppc64, #873061 Signed-off-by: Agostino Sarubbo gentoo.org> media-libs/leptonica/leptonica-1.82.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/leptonica/leptonica-1.82.0.ebuild b/media-libs/leptonica/leptonica-1.82.0.ebuild index 36cbdf24572e..ad04cef4f580 100644 --- a/media-libs/leptonica/leptonica-1.82.0.ebuild +++ b/media-libs/leptonica/leptonica-1.82.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/DanBloomberg/${PN}/releases/download/${PV}/${P}.tar. LICENSE="Apache-2.0" SLOT="0/5" -KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ~ppc64 ~riscv ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv ~sparc ~x86 ~ppc-macos" IUSE="gif jpeg jpeg2k png static-libs test tiff utils webp zlib" # N.B. Tests need some features enabled: REQUIRED_USE="test? ( jpeg png tiff zlib )"