diff options
author | John Helmert III <ajak@gentoo.org> | 2021-06-11 14:24:15 -0500 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2021-06-11 14:33:01 -0500 |
commit | f84b92f0cc86f50c91563c7e766dc4aa2682fe2a (patch) | |
tree | d3ccce3bff6c6fe918facba0a8f65acc17717efc /net-p2p | |
parent | net-p2p/tremc: add 0.9.2_p20201101 (diff) | |
download | gentoo-f84b92f0cc86f50c91563c7e766dc4aa2682fe2a.tar.gz gentoo-f84b92f0cc86f50c91563c7e766dc4aa2682fe2a.tar.bz2 gentoo-f84b92f0cc86f50c91563c7e766dc4aa2682fe2a.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>
Diffstat (limited to 'net-p2p')
-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 |