commit: e0e7c304c7a627ddb00875e918aca0ce15f5ec93
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 21:55:59 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 22:28:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e7c304
dev-python/cachelib: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/cachelib/cachelib-0.1.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/cachelib/cachelib-0.1.ebuild
b/dev-python/cachelib/cachelib-0.1.ebuild
index 582e8a51439..2600a37d15c 100644
--- a/dev-python/cachelib/cachelib-0.1.ebuild
+++ b/dev-python/cachelib/cachelib-0.1.ebuild
@@ -3,7 +3,8 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
+
inherit distutils-r1
DESCRIPTION="Collection of cache libraries in the same API interface.
Extracted from werkzeug"