From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1125083-garchives=archives.gentoo.org@lists.gentoo.org> 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 D3777138334 for <garchives@archives.gentoo.org>; Sun, 24 Nov 2019 19:31:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0985E086D; Sun, 24 Nov 2019 19:31:57 +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 95054E086D for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2019 19:31:57 +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 B826134D2C8 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2019 19:31:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF3468C1 for <gentoo-commits@lists.gentoo.org>; Sun, 24 Nov 2019 19:31:52 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> 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" <mgorny@gentoo.org> Message-ID: <1574623909.dbdd6b742ed3e94d4343d2ca545f0689419685e0.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pillow/pillow-3.4.2-r1.ebuild dev-python/pillow/pillow-5.4.1.ebuild dev-python/pillow/pillow-6.0.0.ebuild dev-python/pillow/pillow-6.1.0.ebuild X-VCS-Directories: dev-python/pillow/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dbdd6b742ed3e94d4343d2ca545f0689419685e0 X-VCS-Branch: master Date: Sun, 24 Nov 2019 19:31:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 76a3e692-a925-4434-8e91-4bca36f4281d X-Archives-Hash: 4eb2ee361b96a85ada7557c1013af6b0 commit: dbdd6b742ed3e94d4343d2ca545f0689419685e0 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 19:29:00 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Nov 24 19:31:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdd6b74 dev-python/pillow: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/pillow/pillow-3.4.2-r1.ebuild | 1 + dev-python/pillow/pillow-5.4.1.ebuild | 1 + dev-python/pillow/pillow-6.0.0.ebuild | 1 + dev-python/pillow/pillow-6.1.0.ebuild | 1 + 4 files changed, 4 insertions(+) diff --git a/dev-python/pillow/pillow-3.4.2-r1.ebuild b/dev-python/pillow/pillow-3.4.2-r1.ebuild index 4c8bf8eeeb8..b5c3c3a0695 100644 --- a/dev-python/pillow/pillow-3.4.2-r1.ebuild +++ b/dev-python/pillow/pillow-3.4.2-r1.ebuild @@ -19,6 +19,7 @@ LICENSE="HPND" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris" IUSE="doc examples jpeg jpeg2k lcms test tiff tk truetype webp zlib" +RESTRICT="!test? ( test )" REQUIRED_USE="test? ( jpeg tiff )" diff --git a/dev-python/pillow/pillow-5.4.1.ebuild b/dev-python/pillow/pillow-5.4.1.ebuild index 66b86957464..b9f8496d9ad 100644 --- a/dev-python/pillow/pillow-5.4.1.ebuild +++ b/dev-python/pillow/pillow-5.4.1.ebuild @@ -19,6 +19,7 @@ LICENSE="HPND" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ~hppa ppc ppc64 x86 ~amd64-linux ~x86-linux" IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib" +RESTRICT="!test? ( test )" REQUIRED_USE="test? ( jpeg tiff )" diff --git a/dev-python/pillow/pillow-6.0.0.ebuild b/dev-python/pillow/pillow-6.0.0.ebuild index d2c78a8bf30..fd37a520efd 100644 --- a/dev-python/pillow/pillow-6.0.0.ebuild +++ b/dev-python/pillow/pillow-6.0.0.ebuild @@ -19,6 +19,7 @@ LICENSE="HPND" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib" +RESTRICT="!test? ( test )" REQUIRED_USE="test? ( jpeg tiff )" diff --git a/dev-python/pillow/pillow-6.1.0.ebuild b/dev-python/pillow/pillow-6.1.0.ebuild index cbb40c52feb..64b1c01eb7e 100644 --- a/dev-python/pillow/pillow-6.1.0.ebuild +++ b/dev-python/pillow/pillow-6.1.0.ebuild @@ -19,6 +19,7 @@ LICENSE="HPND" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples imagequant jpeg jpeg2k lcms test tiff tk truetype webp zlib" +RESTRICT="!test? ( test )" REQUIRED_USE="test? ( jpeg tiff )"