app-metrics/collectd: add Python 3.8 support
authorThomas Deutschmann <whissi@gentoo.org>
Wed, 29 Apr 2020 18:33:23 +0000 (20:33 +0200)
committerThomas Deutschmann <whissi@gentoo.org>
Wed, 29 Apr 2020 18:33:23 +0000 (20:33 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
app-metrics/collectd/collectd-5.10.0.ebuild
app-metrics/collectd/collectd-5.11.0.ebuild

index 530c351a2efde99579f82c67ab54a361a1aaa719..16fc096048b0540c0ca4992e72046322341b510d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{3_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
index 9caeac9fb6ec53514bea6bb6d815fabc4f4632a4..82cc5e16e4b93b4d533b996e3df3b9a8964cf7ca 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python3_{6,3,7} )
 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