From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1507756-garchives=archives.gentoo.org@lists.gentoo.org> 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 32CC615ACFB for <garchives@archives.gentoo.org>; Fri, 14 Apr 2023 15:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70430E0794; Fri, 14 Apr 2023 15:51:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 545E0E0794 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Apr 2023 15:51:20 +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 5956D340F5F for <gentoo-commits@lists.gentoo.org>; Fri, 14 Apr 2023 15:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19399920 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Apr 2023 15:51:17 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1681487470.e57423e3d2d0eec5817fdd2305de428b2f00eb99.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/elinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/elinks/elinks-0.16.0.ebuild www-client/elinks/elinks-9999.ebuild X-VCS-Directories: www-client/elinks/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e57423e3d2d0eec5817fdd2305de428b2f00eb99 X-VCS-Branch: master Date: Fri, 14 Apr 2023 15:51:17 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7d4fdb9-f0fa-4fd7-bedf-ece37de3746a X-Archives-Hash: c21678dd09b51c6fb4233221cd6093cf commit: e57423e3d2d0eec5817fdd2305de428b2f00eb99 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 14 15:49:15 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 14 15:51:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e57423e3 www-client/elinks: Allow py3.11 for build Closes: https://bugs.gentoo.org/897334 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> www-client/elinks/elinks-0.16.0.ebuild | 2 +- www-client/elinks/elinks-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/elinks/elinks-0.16.0.ebuild b/www-client/elinks/elinks-0.16.0.ebuild index 96db7e4ff653..ee2c6e22b5ed 100644 --- a/www-client/elinks/elinks-0.16.0.ebuild +++ b/www-client/elinks/elinks-0.16.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) LUA_COMPAT=( lua5-{1,2,3,4} luajit ) inherit meson lua-single python-any-r1 diff --git a/www-client/elinks/elinks-9999.ebuild b/www-client/elinks/elinks-9999.ebuild index 22a9a96dd86b..887047f30005 100644 --- a/www-client/elinks/elinks-9999.ebuild +++ b/www-client/elinks/elinks-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) LUA_COMPAT=( lua5-{1,2,3,4} luajit ) inherit meson lua-single python-any-r1