Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/singularity/
Date: Thu, 07 May 2020 17:58:39
Message-Id: 1588874305.c81305372abefb75f5efdada92815fdfd42c7a43.mgorny@gentoo
1 commit: c81305372abefb75f5efdada92815fdfd42c7a43
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:19:53 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 17:58:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8130537
7
8 sys-cluster/singularity: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-cluster/singularity/singularity-2.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/singularity/singularity-2.6.1.ebuild b/sys-cluster/singularity/singularity-2.6.1.ebuild
16 index 34a5b5315e3..0ae3cb4ae91 100644
17 --- a/sys-cluster/singularity/singularity-2.6.1.ebuild
18 +++ b/sys-cluster/singularity/singularity-2.6.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python{2_7,3_6} )
24 +PYTHON_COMPAT=( python3_6 )
25
26 inherit autotools eutils python-single-r1