summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 17:16:28 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:50:40 +0100
commit32f4313b6d28099b95def1dab715e1bcdb945f35 (patch)
tree4b17fbdd52ded6122478174cd478fbf46b4e420d /dev-util/gertty
parentdev-python/slixmpp: Sync the live ebuild (diff)
downloadgentoo-32f4313b6d28099b95def1dab715e1bcdb945f35.tar.gz
gentoo-32f4313b6d28099b95def1dab715e1bcdb945f35.tar.bz2
gentoo-32f4313b6d28099b95def1dab715e1bcdb945f35.zip
dev-util/gertty: Sync the live ebuild
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/gertty')
-rw-r--r--dev-util/gertty/gertty-9999.ebuild4
1 files 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