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 9890A13933E for ; Sat, 17 Jul 2021 18:18:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E6CA4E0D4A; Sat, 17 Jul 2021 18:18:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 CC87BE0D4A for ; Sat, 17 Jul 2021 18:18:27 +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 0C1DF342B4F for ; Sat, 17 Jul 2021 18:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20D967DA for ; Sat, 17 Jul 2021 18:18:24 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1626545826.0ce720f544dbecc10757a8f11ed71dd811205a04.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/relational/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/relational/relational-2.5-r2.ebuild X-VCS-Directories: sci-mathematics/relational/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0ce720f544dbecc10757a8f11ed71dd811205a04 X-VCS-Branch: master Date: Sat, 17 Jul 2021 18:18: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: 39518bd8-c08b-42d9-872e-92eaf1447fc3 X-Archives-Hash: 96e9bb00b230dbea79d014983d1c2a88 commit: 0ce720f544dbecc10757a8f11ed71dd811205a04 Author: David Seifert gentoo org> AuthorDate: Sat Jul 17 18:17:06 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Jul 17 18:17:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce720f5 sci-mathematics/relational: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP Signed-off-by: David Seifert gentoo.org> sci-mathematics/relational/relational-2.5-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/relational/relational-2.5-r2.ebuild b/sci-mathematics/relational/relational-2.5-r2.ebuild index 708b76f72de..41251c5f5f9 100644 --- a/sci-mathematics/relational/relational-2.5-r2.ebuild +++ b/sci-mathematics/relational/relational-2.5-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) inherit python-single-r1 @@ -21,7 +21,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/PyQt5[gui,widgets,${PYTHON_MULTI_USEDEP}] + dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ') " RDEPEND="${DEPEND}"