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 3DC3E13835A for ; Sun, 7 Jun 2020 09:16:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B83CE0959; Sun, 7 Jun 2020 09:16:20 +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 B5CA6E0959 for ; Sun, 7 Jun 2020 09:16:19 +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 423BF34F39A for ; Sun, 7 Jun 2020 09:16:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA6D427F for ; Sun, 7 Jun 2020 09:16:15 +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: <1591521373.6569fc7a29f3801f551fc7973948a4d54f90be49.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/matplotlib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/matplotlib/matplotlib-3.2.1.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6569fc7a29f3801f551fc7973948a4d54f90be49 X-VCS-Branch: master Date: Sun, 7 Jun 2020 09:16:15 +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: ade43ad4-e700-43f7-b72c-88351b45ddc0 X-Archives-Hash: 40f20793a9a66393b342051fce81960f commit: 6569fc7a29f3801f551fc7973948a4d54f90be49 Author: Michał Górny gentoo org> AuthorDate: Sun Jun 7 09:15:51 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 7 09:16:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6569fc7a dev-python/matplotlib: Remove unnecessary REQUIRED_USE Signed-off-by: Michał Górny gentoo.org> dev-python/matplotlib/matplotlib-3.2.1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.2.1.ebuild b/dev-python/matplotlib/matplotlib-3.2.1.ebuild index 42e330b2169..1d0da114a2c 100644 --- a/dev-python/matplotlib/matplotlib-3.2.1.ebuild +++ b/dev-python/matplotlib/matplotlib-3.2.1.ebuild @@ -25,7 +25,6 @@ LICENSE="BitstreamVera BSD matplotlib MIT OFL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="cairo doc excel examples gtk3 latex qt5 tk wxwidgets" -REQUIRED_USE="test? ( cairo gtk3 latex qt5 tk )" # internal copy of pycxx highly patched # dev-python/pycxx @@ -89,7 +88,11 @@ BDEPEND=" dev-texlive/texlive-latexrecommended >=media-gfx/graphviz-2.42.3[cairo] ) - test? ( dev-python/mock[${PYTHON_USEDEP}] ) + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pygobject:3[cairo?,${PYTHON_USEDEP}] + x11-libs/gtk+:3[introspection] + ) " # A few C++ source files are written to srcdir.