app-metrics/collectd: really enable Python 3.8
authorThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 10:44:44 +0000 (12:44 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Thu, 30 Apr 2020 14:10:10 +0000 (16:10 +0200)
Fixes: 95b02b11 ("app-metrics/collectd: add Python 3.8 support")
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-metrics/collectd/collectd-5.11.0.ebuild

index 82cc5e16e4b93b4d533b996e3df3b9a8964cf7ca..0e7ede29bd53fa09ba87ca5f179cd83ff6de2fbe 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python3_{6,3,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
 JAVA_PKG_OPT_USE="collectd_plugins_java"
 
 inherit autotools fcaps flag-o-matic java-pkg-opt-2 linux-info multilib perl-functions python-single-r1 systemd tmpfiles user