commit: 88900a1d6105d240dbcb07229bc6b347904c20e1 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Mon Oct 10 21:50:44 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Mon Oct 10 21:52:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88900a1d
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 <AT> gentoo.org> dev-libs/liborcus/liborcus-9999.ebuild | 4 ++-- 1 file 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} )"
