diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-25 11:09:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-25 11:27:10 +0100 |
commit | 828f8311c2fe03cb14e138935620221f3315e387 (patch) | |
tree | 57c9f050ea990cacf4ef005ac263d9fa2efef17a /dev-libs/liborcus | |
parent | dev-libs/libixion: bump subslot to 0.18, MDDS_SLOT to 1/2.1 (diff) | |
download | gentoo-828f8311c2fe03cb14e138935620221f3315e387.tar.gz gentoo-828f8311c2fe03cb14e138935620221f3315e387.tar.bz2 gentoo-828f8311c2fe03cb14e138935620221f3315e387.zip |
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@gentoo.org>
Diffstat (limited to 'dev-libs/liborcus')
-rw-r--r-- | dev-libs/liborcus/liborcus-9999.ebuild | 7 |
1 files 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) |