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 02CA415A7D9 for ; Thu, 16 Mar 2023 18:52:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2C0FE0921; Thu, 16 Mar 2023 18:52:52 +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 C74BAE091D for ; Thu, 16 Mar 2023 18:52:52 +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 E3A4433FD24 for ; Thu, 16 Mar 2023 18:52:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA1AB907 for ; Thu, 16 Mar 2023 18:52:47 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1678992640.32f4313b6d28099b95def1dab715e1bcdb945f35.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gertty/gertty-9999.ebuild X-VCS-Directories: dev-util/gertty/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 32f4313b6d28099b95def1dab715e1bcdb945f35 X-VCS-Branch: master Date: Thu, 16 Mar 2023 18:52:47 +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: d7925a10-7df8-4095-90df-897da02011aa X-Archives-Hash: 1d9ba0eca431a66d90d3a7118de6708e commit: 32f4313b6d28099b95def1dab715e1bcdb945f35 Author: Michał Górny gentoo org> AuthorDate: Thu Mar 16 16:16:28 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 16 18:50:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f4313b dev-util/gertty: Sync the live ebuild Signed-off-by: Michał Górny gentoo.org> dev-util/gertty/gertty-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild index 79d11f1d663b..99f28ea8c61b 100644 --- a/dev-util/gertty/gertty-9999.ebuild +++ b/dev-util/gertty/gertty-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_9 python3_10 ) +PYTHON_COMPAT=( python3_{9..10} ) inherit distutils-r1 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]];then EGIT_REPO_URI="https://opendev.org/ttygroup/gertty" EGIT_BRANCH="master" else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + inherit pypi KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" fi