summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-02 12:52:51 +0000
committerSam James <sam@gentoo.org>2022-07-02 12:52:51 +0000
commit691bfc43e19f039ca5d353ba9e98853ed5705dc7 (patch)
treea7bb43e628012ae28af9630bbe8fdd666dc73ca6 /dev-libs/volume_key
parentnet-misc/curl: backport include fix (diff)
downloadgentoo-691bfc43e19f039ca5d353ba9e98853ed5705dc7.tar.gz
gentoo-691bfc43e19f039ca5d353ba9e98853ed5705dc7.tar.bz2
gentoo-691bfc43e19f039ca5d353ba9e98853ed5705dc7.zip
dev-libs/volume_key: enable py3.10
Closes: https://bugs.gentoo.org/842588 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/volume_key')
-rw-r--r--dev-libs/volume_key/volume_key-0.3.12-r4.ebuild10
1 files 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() {