Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gertty/
Date: Thu, 16 Mar 2023 18:52:56
Message-Id: 1678992640.32f4313b6d28099b95def1dab715e1bcdb945f35.mgorny@gentoo
1 commit: 32f4313b6d28099b95def1dab715e1bcdb945f35
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 16 16:16:28 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 16 18:50:40 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f4313b
7
8 dev-util/gertty: Sync the live ebuild
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-util/gertty/gertty-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/gertty/gertty-9999.ebuild b/dev-util/gertty/gertty-9999.ebuild
16 index 79d11f1d663b..99f28ea8c61b 100644
17 --- a/dev-util/gertty/gertty-9999.ebuild
18 +++ b/dev-util/gertty/gertty-9999.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=8
23 -PYTHON_COMPAT=( python3_9 python3_10 )
24 +PYTHON_COMPAT=( python3_{9..10} )
25
26 inherit distutils-r1
27
28 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]];then
29 EGIT_REPO_URI="https://opendev.org/ttygroup/gertty"
30 EGIT_BRANCH="master"
31 else
32 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 + inherit pypi
34 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
35 fi