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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04AB21580B9 for ; Tue, 24 Aug 2021 21:02:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E27B2E0898; Tue, 24 Aug 2021 21:02:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B79A4E0896 for ; Tue, 24 Aug 2021 21:02:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0CD71340AA1 for ; Tue, 24 Aug 2021 21:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5095A8E0 for ; Tue, 24 Aug 2021 21:02:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1629838921.5b9f953b458c8e80d1fa725b57255e69b885b1bc.marecki@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.81.1.ebuild X-VCS-Directories: media-libs/leptonica/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5b9f953b458c8e80d1fa725b57255e69b885b1bc X-VCS-Branch: master Date: Tue, 24 Aug 2021 21:02:24 +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: 84d76c5f-b05e-432a-aa6b-e8885e6aa094 X-Archives-Hash: 522a57de06bb581ddba70184991513b2 commit: 5b9f953b458c8e80d1fa725b57255e69b885b1bc Author: Marek Szuba gentoo org> AuthorDate: Tue Aug 24 19:48:26 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Aug 24 21:02:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b9f953b media-libs/leptonica: keyword 1.81.1 for ~riscv Originally two tests in iomisc_reg (index 38) failed due to JPEG-compressed test TIFF output being empty files; turns out this a) happens if media-libs/tiff is built with USE=-jpeg, and b) is not riscv-specific. All tests pass now. Signed-off-by: Marek Szuba gentoo.org> media-libs/leptonica/leptonica-1.81.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/leptonica/leptonica-1.81.1.ebuild b/media-libs/leptonica/leptonica-1.81.1.ebuild index cc3881a79ba..f831a57c4e7 100644 --- a/media-libs/leptonica/leptonica-1.81.1.ebuild +++ b/media-libs/leptonica/leptonica-1.81.1.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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 )" @@ -29,7 +29,7 @@ RDEPEND=" webp? ( media-libs/libwebp:=[${MULTILIB_USEDEP}] ) zlib? ( sys-libs/zlib:=[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} - test? ( media-libs/tiff:0[zlib] )" + test? ( media-libs/tiff:0[jpeg,zlib] )" DOCS=( README version-notes )