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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 800F9158018 for ; Thu, 30 Sep 2021 12:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5D1E08CD; Thu, 30 Sep 2021 12:11:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31B8CE0887 for ; Thu, 30 Sep 2021 12:11:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAF74342D22 for ; Thu, 30 Sep 2021 12:11:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3749DEA for ; Thu, 30 Sep 2021 12:11:52 +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: <1633003880.594e53bef0f26f27bc624e4a5bac0105b5d6509a.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libprelude/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libprelude/libprelude-5.2.0-r10.ebuild X-VCS-Directories: dev-libs/libprelude/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 594e53bef0f26f27bc624e4a5bac0105b5d6509a X-VCS-Branch: master Date: Thu, 30 Sep 2021 12:11:52 +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: 41cf3510-d931-4c12-bebe-5f4c70052ed7 X-Archives-Hash: 9668fe191fed2bc05c38a2e2cf6b2d57 commit: 594e53bef0f26f27bc624e4a5bac0105b5d6509a Author: Arthur Zamarin gentoo org> AuthorDate: Thu Sep 30 11:54:13 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Sep 30 12:11:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=594e53be dev-libs/libprelude: enable py3.9, enable py3.10 Closes: https://bugs.gentoo.org/802057 Signed-off-by: Arthur Zamarin gentoo.org> dev-libs/libprelude/libprelude-5.2.0-r10.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-libs/libprelude/libprelude-5.2.0-r10.ebuild b/dev-libs/libprelude/libprelude-5.2.0-r10.ebuild index f73c8917ffb..161d051dc15 100644 --- a/dev-libs/libprelude/libprelude-5.2.0-r10.ebuild +++ b/dev-libs/libprelude/libprelude-5.2.0-r10.ebuild @@ -3,11 +3,9 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{8..10} ) USE_RUBY="ruby25 ruby26 ruby27" DISTUTILS_OPTIONAL=1 -DISTUTILS_USE_SETUPTOOLS=no - LUA_COMPAT=( lua5-{1..3} ) inherit autotools distutils-r1 lua-single ruby-single