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 8CCDE138334 for ; Tue, 5 Nov 2019 18:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 860BEE0980; Tue, 5 Nov 2019 18:31:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 60D57E0980 for ; Tue, 5 Nov 2019 18:31:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A79FF34C900 for ; Tue, 5 Nov 2019 18:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E84DD89D for ; Tue, 5 Nov 2019 18:31:46 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1572978648.ea1488368a4fadae0b44e9bd85866346a6e10893.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/tiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/tiff/tiff-4.1.0.ebuild X-VCS-Directories: media-libs/tiff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ea1488368a4fadae0b44e9bd85866346a6e10893 X-VCS-Branch: master Date: Tue, 5 Nov 2019 18:31:46 +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: 005df5f5-5b32-40db-ad33-da948d46a86e X-Archives-Hash: 92fa5a478da4e793befa00421b001a13 commit: ea1488368a4fadae0b44e9bd85866346a6e10893 Author: Michał Górny gentoo org> AuthorDate: Tue Nov 5 18:30:48 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Nov 5 18:30:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea148836 media-libs/tiff: [QA] Add RESTRICT="!test? ( test )" Signed-off-by: Michał Górny gentoo.org> media-libs/tiff/tiff-4.1.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/tiff/tiff-4.1.0.ebuild b/media-libs/tiff/tiff-4.1.0.ebuild index 1debe747d21..df5936c615f 100644 --- a/media-libs/tiff/tiff-4.1.0.ebuild +++ b/media-libs/tiff/tiff-4.1.0.ebuild @@ -13,6 +13,7 @@ LICENSE="libtiff" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="+cxx jbig jpeg lzma static-libs test webp zlib zstd" +RESTRICT="!test? ( test )" RDEPEND=" jbig? ( >=media-libs/jbigkit-2.1:=[${MULTILIB_USEDEP}] )