From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5375D158030 for ; Sat, 25 Feb 2023 10:27:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2D2FE0942; Sat, 25 Feb 2023 10:27:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCF2CE0942 for ; Sat, 25 Feb 2023 10:27:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24C70340F8E for ; Sat, 25 Feb 2023 10:27:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 928608C7 for ; Sat, 25 Feb 2023 10:27:28 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1677320830.828f8311c2fe03cb14e138935620221f3315e387.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/liborcus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/liborcus/liborcus-9999.ebuild X-VCS-Directories: dev-libs/liborcus/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 828f8311c2fe03cb14e138935620221f3315e387 X-VCS-Branch: master Date: Sat, 25 Feb 2023 10:27:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5268090-215b-4134-9fcc-1a8902b0b79f X-Archives-Hash: 9d364fd4ff144c1499b87aa7ee56e001 commit: 828f8311c2fe03cb14e138935620221f3315e387 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 25 10:09:07 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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)