Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpstat/
Date: Tue, 24 Jul 2018 23:04:13
Message-Id: 1532473437.5f3c862af6985f4a35a54d0a1f32063bf2841f97.whissi@gentoo
1 commit: 5f3c862af6985f4a35a54d0a1f32063bf2841f97
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 23:02:28 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 23:03:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f3c862a
7
8 dev-python/httpstat: bump to EAPI=7
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild
16 index 46805fd97fb..2bba6c72b89 100644
17 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild
18 +++ b/dev-python/httpstat/httpstat-1.2.1-r1.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
26 PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )