commit: 21b3f4bab1c75278d207985941abedb8fadb5a5a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 09:12:20 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 09:35:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b3f4ba
dev-python/pyserial: Bump to EAPI 7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/pyserial/pyserial-3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyserial/pyserial-3.4.ebuild
b/dev-python/pyserial/pyserial-3.4.ebuild
index 789422e1202..2325d26c8f7 100644
--- a/dev-python/pyserial/pyserial-3.4.ebuild
+++ b/dev-python/pyserial/pyserial-3.4.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} pypy )
inherit distutils-r1