summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2021-06-11 14:24:15 -0500
committerJohn Helmert III <ajak@gentoo.org>2021-06-11 14:33:01 -0500
commitf84b92f0cc86f50c91563c7e766dc4aa2682fe2a (patch)
treed3ccce3bff6c6fe918facba0a8f65acc17717efc
parentnet-p2p/tremc: add 0.9.2_p20201101 (diff)
downloadgentoo-f84b92f0.tar.gz
gentoo-f84b92f0.tar.bz2
gentoo-f84b92f0.zip
net-p2p/tremc: revbump to drop python3_9
Due to https://github.com/tremc/tremc/issues/99 tremc doesn't support >python3.8, but with the patch it breaks <=python3.8. Simpler to snapshot to support newer Pythons and revbump the original and drop 3.9 from it to suppor the older. Closes: https://bugs.gentoo.org/795150 Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--net-p2p/tremc/tremc-0.9.2-r1.ebuild (renamed from net-p2p/tremc/tremc-0.9.2.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/tremc/tremc-0.9.2.ebuild b/net-p2p/tremc/tremc-0.9.2-r1.ebuild
index 745cb109d760..1609aa817fe3 100644
--- a/net-p2p/tremc/tremc-0.9.2.ebuild
+++ b/net-p2p/tremc/tremc-0.9.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7,8} )
PYTHON_REQ_USE="ncurses"
inherit bash-completion-r1 optfeature python-single-r1