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 F0D7E1382C5 for ; Tue, 15 Jun 2021 23:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA6A6E0907; Tue, 15 Jun 2021 23:28:33 +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 7A67FE0907 for ; Tue, 15 Jun 2021 23:28:32 +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 536C5340ECE for ; Tue, 15 Jun 2021 23:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 21E877B1 for ; Tue, 15 Jun 2021 23:28:28 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1623799705.525932a1b23849031d420d007e75339aefb05e24.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/dlb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/dlb/dlb-2.1-r1.ebuild X-VCS-Directories: sys-cluster/dlb/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 525932a1b23849031d420d007e75339aefb05e24 X-VCS-Branch: dev Date: Tue, 15 Jun 2021 23:28:28 +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: 407698a0-277d-4fc6-81fd-67cd5c614ad7 X-Archives-Hash: b74747986090b186d4571f47e98de292 commit: 525932a1b23849031d420d007e75339aefb05e24 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 15 19:57:21 2021 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Jun 15 23:28:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=525932a1 sys-cluster/dlb: remove py3.7 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/dlb/dlb-2.1-r1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-cluster/dlb/dlb-2.1-r1.ebuild b/sys-cluster/dlb/dlb-2.1-r1.ebuild index c1e32700b..b78440590 100644 --- a/sys-cluster/dlb/dlb-2.1-r1.ebuild +++ b/sys-cluster/dlb/dlb-2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) PYTHON_REQ_USE="tk" inherit autotools python-single-r1 @@ -23,7 +23,6 @@ DEPEND=" hwloc? ( sys-apps/hwloc ) mpi? ( virtual/mpi ) " -#instrumentation ( sys-cluster/extrae ) RDEPEND=" ${PYTHON_DEPS} ${DEPEND}