commit: 255e60d50349593c1ec2f32e0a9849dcda556d54
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 3 15:27:17 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 3 15:29:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=255e60d5
dev-python/pymountboot: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pymountboot/pymountboot-0.2.2.ebuild | 2 +-
dev-python/pymountboot/pymountboot-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
index 94d84368118..8260ec0bb9d 100644
--- a/dev-python/pymountboot/pymountboot-0.2.2.ebuild
+++ b/dev-python/pymountboot/pymountboot-0.2.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1
diff --git a/dev-python/pymountboot/pymountboot-9999.ebuild
b/dev-python/pymountboot/pymountboot-9999.ebuild
index 487cea22829..7c94b1e3d22 100644
--- a/dev-python/pymountboot/pymountboot-9999.ebuild
+++ b/dev-python/pymountboot/pymountboot-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy )
inherit distutils-r1 git-r3