summaryrefslogtreecommitdiff
path: root/net-p2p/c-lightning
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:34:57 +0100
committerBertrand Jacquin <bertrand@jacquin.bzh>2021-06-04 00:34:57 +0100
commitbcd448771b68f69144447bb66da5122668c0074e (patch)
tree181eeecc029e3d815ae7b198497b1c1a877f4839 /net-p2p/c-lightning
parentdev-util/cpplint: drop python 3.7 (diff)
downloadportage-bcd448771b68f69144447bb66da5122668c0074e.tar.xz
net-p2p/c-lightning: drop python 3.7
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Diffstat (limited to 'net-p2p/c-lightning')
-rw-r--r--net-p2p/c-lightning/c-lightning-0.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/c-lightning/c-lightning-0.10.0.ebuild b/net-p2p/c-lightning/c-lightning-0.10.0.ebuild
index 91cf0573..746fc44a 100644
--- a/net-p2p/c-lightning/c-lightning-0.10.0.ebuild
+++ b/net-p2p/c-lightning/c-lightning-0.10.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{3_7,3_8,3_9} )
+PYTHON_COMPAT=( python{3_8,3_9} )
inherit git-r3 bash-completion-r1 autotools libtool toolchain-funcs systemd distutils-r1 python-r1
DESCRIPTION="A specification compliant Lightning Network implementation in C"