Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/
Date: Sat, 15 Sep 2018 14:04:46
Message-Id: 1537020242.19ecf68fcda0578613306c2c7c9dd6cd4c2ae108.andrey_utkin@gentoo
1 commit: 19ecf68fcda0578613306c2c7c9dd6cd4c2ae108
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 14 20:16:53 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 15 14:04:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ecf68f
7
8 dev-python/botocore: EAPI=7
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 dev-python/botocore/botocore-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild
16 index 3231771c619..82cc15e1a9c 100644
17 --- a/dev-python/botocore/botocore-9999.ebuild
18 +++ b/dev-python/botocore/botocore-9999.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25 PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 )
26
27 inherit distutils-r1