diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-25 01:02:28 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-07-25 01:03:57 +0200 |
commit | 5f3c862af6985f4a35a54d0a1f32063bf2841f97 (patch) | |
tree | 0488de9c9fb226b39ec13f4edf75844f917d0a30 /dev-python | |
parent | dev-python/httpstat: Add missing dev-python/setuptools dependency (diff) | |
download | gentoo-5f3c862af6985f4a35a54d0a1f32063bf2841f97.tar.gz gentoo-5f3c862af6985f4a35a54d0a1f32063bf2841f97.tar.bz2 gentoo-5f3c862af6985f4a35a54d0a1f32063bf2841f97.zip |
dev-python/httpstat: bump to EAPI=7
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index 46805fd97fb3..2bba6c72b899 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) |