diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-10 17:50:44 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-10 17:52:25 -0400 |
commit | 88900a1d6105d240dbcb07229bc6b347904c20e1 (patch) | |
tree | 84c6ff9648340aa7b0fd70179fc4331caafbe884 /dev-libs | |
parent | x11-themes/adwaita-icon-theme: Add Python 3.11 compatibility (diff) | |
download | gentoo-88900a1d6105d240dbcb07229bc6b347904c20e1.tar.gz gentoo-88900a1d6105d240dbcb07229bc6b347904c20e1.tar.bz2 gentoo-88900a1d6105d240dbcb07229bc6b347904c20e1.zip |
dev-libs/liborcus: Update subslot
And update PYTHON_COMPAT while we're here.
Closes: https://bugs.gentoo.org/861782
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/liborcus/liborcus-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index 24525403dd48..ccd372165c87 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit autotools python-single-r1 @@ -22,7 +22,7 @@ else fi LICENSE="MIT" -SLOT="0/0.17" # based on SONAME of liborcus.so +SLOT="0/0.18" # based on SONAME of liborcus.so IUSE="python +spreadsheet-model test tools" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |