commit: 998da1f47f3e55cb7a03c9a5290eacdb24f4c08b Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Jan 26 22:04:52 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jan 27 00:45:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=998da1f4
dev-libs/liborcus: Bump 9999 subslot to 0.20, require MDDS 1/30 Closes: https://bugs.gentoo.org/919900 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/liborcus/liborcus-0.19.2.ebuild | 2 +- dev-libs/liborcus/liborcus-9999.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/liborcus/liborcus-0.19.2.ebuild b/dev-libs/liborcus/liborcus-0.19.2.ebuild index 8649b24fcab1..b714913999b7 100644 --- a/dev-libs/liborcus/liborcus-0.19.2.ebuild +++ b/dev-libs/liborcus/liborcus-0.19.2.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Standalone file import filter library for spreadsheet documents" HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md" if [[ ${PV} == *9999* ]]; then - MDDS_SLOT="1/2.1" + MDDS_SLOT="1/3.0" EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" inherit git-r3 else diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index a23ce4dca5a3..2e109680a08b 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Standalone file import filter library for spreadsheet documents" HOMEPAGE="https://gitlab.com/orcus/orcus/blob/master/README.md" if [[ ${PV} == *9999* ]]; then - MDDS_SLOT="1/2.1" + MDDS_SLOT="1/3.0" EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" inherit git-r3 else @@ -20,7 +20,7 @@ else fi LICENSE="MIT" -SLOT="0/0.18" # based on SONAME of liborcus.so +SLOT="0/0.20" # based on SONAME of liborcus.so IUSE="python +spreadsheet-model test tools" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
