diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-05-16 23:07:39 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-16 23:49:27 +0200 |
commit | a62ef30bb38b744ba373279e29fc110ddc5cb540 (patch) | |
tree | d433bc533f5b8002191f94c255ac8e421c1a3ab2 /dev-python/pyh2o | |
parent | dev-python/pyh2o: Migrate to GitHub, fix HOMEPAGE & DESC (diff) | |
download | gentoo-a62ef30bb38b744ba373279e29fc110ddc5cb540.tar.gz gentoo-a62ef30bb38b744ba373279e29fc110ddc5cb540.tar.bz2 gentoo-a62ef30bb38b744ba373279e29fc110ddc5cb540.zip |
dev-python/pyh2o: Bump to EAPI 7
Diffstat (limited to 'dev-python/pyh2o')
-rw-r--r-- | dev-python/pyh2o/pyh2o-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyh2o/pyh2o-9999.ebuild b/dev-python/pyh2o/pyh2o-9999.ebuild index fc831568f1e1..7f436b494c87 100644 --- a/dev-python/pyh2o/pyh2o-9999.ebuild +++ b/dev-python/pyh2o/pyh2o-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 git-r3 @@ -16,5 +16,5 @@ SLOT="0" KEYWORDS="" IUSE="" -RDEPEND=">=sci-libs/libh2o-0.2.1" +RDEPEND=">=sci-libs/libh2o-0.2.1:=" DEPEND="${RDEPEND}" |