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 90095158090 for ; Tue, 3 May 2022 11:43:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B08FE03DF; Tue, 3 May 2022 11:43:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00D88E0207 for ; Tue, 3 May 2022 11:43:37 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BED4A341294 for ; Tue, 3 May 2022 11:43:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EECAE2E1 for ; Tue, 3 May 2022 11:43:34 +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: <1651578209.99286fa25448da2ccaf6c19f1f52dec49aa049c5.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.5.2.ebuild X-VCS-Directories: dev-python/matplotlib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 99286fa25448da2ccaf6c19f1f52dec49aa049c5 X-VCS-Branch: master Date: Tue, 3 May 2022 11:43:34 +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: 8cbe8a37-fc93-4742-b15c-3c42fda09129 X-Archives-Hash: beccd43ef84057ffc53ac8d92528bcaf commit: 99286fa25448da2ccaf6c19f1f52dec49aa049c5 Author: Michał Górny gentoo org> AuthorDate: Tue May 3 11:17:50 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 3 11:43:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99286fa2 dev-python/matplotlib: Remove obsolete wxwidgets logic Signed-off-by: Michał Górny gentoo.org> dev-python/matplotlib/matplotlib-3.5.2.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/dev-python/matplotlib/matplotlib-3.5.2.ebuild b/dev-python/matplotlib/matplotlib-3.5.2.ebuild index cf818c423210..967273d965e9 100644 --- a/dev-python/matplotlib/matplotlib-3.5.2.ebuild +++ b/dev-python/matplotlib/matplotlib-3.5.2.ebuild @@ -123,19 +123,9 @@ pkg_setup() { unset DISPLAY # bug #278524 } -use_supported() { - case ${1} in - wxwidgets) - [[ ${EPYTHON} == python3.[678] ]] - ;; - esac - - return 0 -} - use_setup() { local uword="${2:-${1}}" - if use_supported "${1}" && use "${1}"; then + if use "${1}"; then echo "${uword} = True" echo "${uword}agg = True" else