commit:     691bfc43e19f039ca5d353ba9e98853ed5705dc7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 12:52:51 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 12:52:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=691bfc43

dev-libs/volume_key: enable py3.10

Closes: https://bugs.gentoo.org/842588
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/volume_key/volume_key-0.3.12-r4.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild 
b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild
index 4775c44fb65d..6a26ab1f67c6 100644
--- a/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild
+++ b/dev-libs/volume_key/volume_key-0.3.12-r4.ebuild
@@ -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() {

Reply via email to