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 709D61382C5 for ; Thu, 17 Jun 2021 05:55:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C049E081B; Thu, 17 Jun 2021 05:55:49 +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 34972E081B for ; Thu, 17 Jun 2021 05:55:48 +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 69F58340E61 for ; Thu, 17 Jun 2021 05:55:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDEE37B1 for ; Thu, 17 Jun 2021 05:55:45 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1623799705.525932a1b23849031d420d007e75339aefb05e24.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 525932a1b23849031d420d007e75339aefb05e24 X-VCS-Branch: master Date: Thu, 17 Jun 2021 05:55:45 +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: b0a23917-f09b-42e4-9708-0835f098ff74 X-Archives-Hash: 36d4a9fe3810310b1dfc67af8109634a commit: 525932a1b23849031d420d007e75339aefb05e24 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Jun 15 19:57:21 2021 +0000 Commit: Theo Anderson posteo de> 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}