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 6C7E5158094 for ; Mon, 10 Oct 2022 21:52:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA6CE086C; Mon, 10 Oct 2022 21:52:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6E8ACE086C for ; Mon, 10 Oct 2022 21:52:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 549033410AC for ; Mon, 10 Oct 2022 21:52:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FB08605 for ; Mon, 10 Oct 2022 21:52:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1665438745.88900a1d6105d240dbcb07229bc6b347904c20e1.mattst88@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: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 88900a1d6105d240dbcb07229bc6b347904c20e1 X-VCS-Branch: master Date: Mon, 10 Oct 2022 21:52:43 +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: 84b4ad7d-15a0-4f99-93a1-69383d966b37 X-Archives-Hash: 1627c9764865403426b3f409742baadc commit: 88900a1d6105d240dbcb07229bc6b347904c20e1 Author: Matt Turner gentoo org> AuthorDate: Mon Oct 10 21:50:44 2022 +0000 Commit: Matt Turner gentoo 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 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} )"