diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 09:47:41 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-31 22:09:40 +0200 |
commit | eacbddc77cea0ff4313712022078d7e83da52e76 (patch) | |
tree | 0395a8f5a753364c34ec011653acaf58a864d300 /sys-libs/libcap-ng | |
parent | dev-python/sphinx_lv2_theme: enable py3.10 (diff) | |
download | gentoo-eacbddc77cea0ff4313712022078d7e83da52e76.tar.gz gentoo-eacbddc77cea0ff4313712022078d7e83da52e76.tar.bz2 gentoo-eacbddc77cea0ff4313712022078d7e83da52e76.zip |
sys-libs/libcap-ng: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'sys-libs/libcap-ng')
-rw-r--r-- | sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild b/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild index e8d8ab36eeac..f79095d55829 100644 --- a/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild +++ b/sys-libs/libcap-ng/libcap-ng-0.8.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit autotools flag-o-matic python-r1 |