diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:35:15 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-04 00:35:15 +0100 |
commit | 337c6673c8045545fc7731b5a7e7b516d4782875 (patch) | |
tree | 2ba04c18229eb3203741fc8cd16b2a7aa9755337 /net-p2p | |
parent | net-p2p/c-lightning: drop python 3.7 (diff) | |
download | portage-337c6673c8045545fc7731b5a7e7b516d4782875.tar.xz |
net-p2p/monero: drop python 3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/monero/monero-0.17.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/monero/monero-0.17.2.0.ebuild b/net-p2p/monero/monero-0.17.2.0.ebuild index e8659887..6ca344ab 100644 --- a/net-p2p/monero/monero-0.17.2.0.ebuild +++ b/net-p2p/monero/monero-0.17.2.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 MONERO_GUI_PV=0.17.2.2 -PYTHON_COMPAT=( python{3_7,3_8,3_9} ) +PYTHON_COMPAT=( python{3_8,3_9} ) CMAKE_MAKEFILE_GENERATOR="emake" inherit git-r3 cmake flag-o-matic toolchain-funcs python-any-r1 systemd |