commit: f84b92f0cc86f50c91563c7e766dc4aa2682fe2a Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Fri Jun 11 19:24:15 2021 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Fri Jun 11 19:33:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84b92f0
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 <AT> gentoo.org> net-p2p/tremc/{tremc-0.9.2.ebuild => tremc-0.9.2-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/tremc/tremc-0.9.2.ebuild b/net-p2p/tremc/tremc-0.9.2-r1.ebuild similarity index 96% rename from net-p2p/tremc/tremc-0.9.2.ebuild rename to net-p2p/tremc/tremc-0.9.2-r1.ebuild index 745cb109d76..1609aa817fe 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
