Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/last/
Date: Mon, 01 Feb 2021 03:11:07
Message-Id: 1612149057.6c8fb90998dcb9570df323291eae7eebb1086d37.chymera@gentoo
1 commit: 6c8fb90998dcb9570df323291eae7eebb1086d37
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Mon Feb 1 03:10:57 2021 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 1 03:10:57 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6c8fb909
7
8 sci-biology/last: EAPI and PYTHON_COMPAT bump
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-biology/last/last-852.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-biology/last/last-852.ebuild b/sci-biology/last/last-852.ebuild
17 index b063550b3..ed21ba097 100644
18 --- a/sci-biology/last/last-852.ebuild
19 +++ b/sci-biology/last/last-852.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -PYTHON_COMPAT=( python2_7 )
29 +PYTHON_COMPAT=( python{2_7,3_7} )
30
31 inherit toolchain-funcs python-single-r1