dev-python/pymountboot: Bump to EAPI 7
authorMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 15:27:17 +0000 (16:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 3 Nov 2019 15:29:33 +0000 (16:29 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pymountboot/pymountboot-0.2.2.ebuild
dev-python/pymountboot/pymountboot-9999.ebuild

index 94d84368118d2b26fbd7c5752eb0d46587e4d586..8260ec0bb9ddabbe136922414c9dedb9ffe4e166 100644 (file)
@@ -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
index 487cea228294a203a8bf8b4b9730ecb98ea2e848..7c94b1e3d222d70ec68e8504cd23df067fe5da50 100644 (file)
@@ -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