Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/crun/
Date: Tue, 02 Feb 2021 13:08:42
Message-Id: 1612270169.607eeb15bd711dc424fa94b3c41d4e7fab11728b.juippis@gentoo
1 commit: 607eeb15bd711dc424fa94b3c41d4e7fab11728b
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 2 12:49:29 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 2 12:49:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=607eeb15
7
8 app-emulation/crun: drop python-3.6 support
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-emulation/crun/crun-0.17.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-emulation/crun/crun-0.17.ebuild b/app-emulation/crun/crun-0.17.ebuild
16 index 06ea48f70fb..bc97b2bddb1 100644
17 --- a/app-emulation/crun/crun-0.17.ebuild
18 +++ b/app-emulation/crun/crun-0.17.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 2019-2020 Gentoo Authors
21 +# Copyright 2019-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{6..9} )
27 +PYTHON_COMPAT=( python3_{7..9} )
28
29 inherit autotools python-any-r1