diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-05 11:42:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-08-05 11:45:37 +0200 |
commit | 825fabeb282a8f83ef2ba4a13994dcac149fc3a2 (patch) | |
tree | 4ae88400d3b28582bef27c0453f397a0ef51f5c6 /dev-python | |
parent | dev-libs/appstream: EAPI-8 bump (diff) | |
download | kde-825fabeb282a8f83ef2ba4a13994dcac149fc3a2.tar.gz kde-825fabeb282a8f83ef2ba4a13994dcac149fc3a2.tar.bz2 kde-825fabeb282a8f83ef2ba4a13994dcac149fc3a2.zip |
dev-python/parse_cmake: EAPI-8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild index 1d715ffa45..1fe5f4f3bf 100644 --- a/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild +++ b/dev-python/parse_cmake/parse_cmake-0.4.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 |