diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-03 16:27:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-03 16:29:33 +0100 |
commit | 255e60d50349593c1ec2f32e0a9849dcda556d54 (patch) | |
tree | bd38956e7c93689eef7cdc92a4fdbdea1667f888 /dev-python/pymountboot | |
parent | dev-python/pymountboot: Migrated to GitHub (diff) | |
download | gentoo-255e60d50349593c1ec2f32e0a9849dcda556d54.tar.gz gentoo-255e60d50349593c1ec2f32e0a9849dcda556d54.tar.bz2 gentoo-255e60d50349593c1ec2f32e0a9849dcda556d54.zip |
dev-python/pymountboot: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pymountboot')
-rw-r--r-- | dev-python/pymountboot/pymountboot-0.2.2.ebuild | 2 | ||||
-rw-r--r-- | 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 94d84368118d..8260ec0bb9dd 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 487cea228294..7c94b1e3d222 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 |