dev-libs/volume_key: enable py3.10

Closes: https://bugs.gentoo.org/842588
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-07-02 12:52:51 +00:00
parent 5faad6a505
commit 691bfc43e1

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit autotools python-single-r1
@@ -39,13 +39,11 @@ PATCHES=(
"${FILESDIR}/${PN}-0.3.12-find_python3.patch" #764230
)
pkg_setup() {
python-single-r1_pkg_setup
}
src_prepare() {
default
eautoreconf #764230
# bug #764230
eautoreconf
}
src_configure() {