diff options
author | Sam James <sam@gentoo.org> | 2022-07-02 12:52:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-02 12:52:51 +0000 |
commit | 691bfc43e19f039ca5d353ba9e98853ed5705dc7 (patch) | |
tree | a7bb43e628012ae28af9630bbe8fdd666dc73ca6 /dev-libs/volume_key | |
parent | net-misc/curl: backport include fix (diff) | |
download | gentoo-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.ebuild | 10 |
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() { |