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 C0B4E158086 for ; Wed, 3 Nov 2021 06:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81DC0E0877; Wed, 3 Nov 2021 06:53:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B1D9E086F for ; Wed, 3 Nov 2021 06:53:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8FB78342DBB for ; Wed, 3 Nov 2021 06:53:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2912D79 for ; Wed, 3 Nov 2021 06:53:23 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1635922382.c9abd6992ec4d47d25ed0a7799a11cb53a098408.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libixion/libixion-0.16.1.ebuild dev-libs/libixion/libixion-9999.ebuild X-VCS-Directories: dev-libs/libixion/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: c9abd6992ec4d47d25ed0a7799a11cb53a098408 X-VCS-Branch: master Date: Wed, 3 Nov 2021 06:53:23 +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: fdaab373-69b6-433d-9708-2450fbdf5d7e X-Archives-Hash: a112d95f85d1c8db4fe2b5589608f6e9 commit: c9abd6992ec4d47d25ed0a7799a11cb53a098408 Author: Arthur Zamarin gentoo org> AuthorDate: Wed Nov 3 05:43:37 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Wed Nov 3 06:53:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9abd699 dev-libs/libixion: enable py3.10 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/libixion/libixion-0.16.1.ebuild | 2 +- dev-libs/libixion/libixion-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libixion/libixion-0.16.1.ebuild b/dev-libs/libixion/libixion-0.16.1.ebuild index 398d697373a..8d3350a5485 100644 --- a/dev-libs/libixion/libixion-0.16.1.ebuild +++ b/dev-libs/libixion/libixion-0.16.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 DESCRIPTION="General purpose formula parser & interpreter" diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 96e5b7ce6f1..d9195a2f1d4 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit python-single-r1 DESCRIPTION="General purpose formula parser & interpreter"