commit: 828f8311c2fe03cb14e138935620221f3315e387 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Feb 25 10:09:07 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Feb 25 10:27:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=828f8311
dev-libs/liborcus: bump subslot to 0.18, MDDS_SLOT to 1/2.1 Sync KEYWORDS. Bug: https://bugs.gentoo.org/831828 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/liborcus/liborcus-9999.ebuild | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-libs/liborcus/liborcus-9999.ebuild b/dev-libs/liborcus/liborcus-9999.ebuild index bf3da10e0175..727656884577 100644 --- a/dev-libs/liborcus/liborcus-9999.ebuild +++ b/dev-libs/liborcus/liborcus-9999.ebuild @@ -4,21 +4,19 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) - inherit autotools python-single-r1 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.0" + MDDS_SLOT="1/2.1" EGIT_REPO_URI="https://gitlab.com/orcus/orcus.git" inherit git-r3 else MDDS_SLOT="1/2.0" SRC_URI="https://kohei.us/files/orcus/src/${P}.tar.xz" - # Unkeyworded while libreoffice has no release making use of this slot - # KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86" fi LICENSE="MIT" @@ -52,7 +50,6 @@ src_prepare() { src_configure() { local myeconfargs=( - --disable-static --disable-werror $(use_enable python) $(use_enable spreadsheet-model)
