net-fs/samba: python3_8
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 5 Feb 2020 22:18:00 +0000 (23:18 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 9 Feb 2020 14:53:22 +0000 (15:53 +0100)
Package-Manager: Portage-2.3.87, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
net-fs/samba/samba-4.11.6-r1.ebuild

index 90f425758cf8e239b14c3b6c26f6385ecfc08947..139579aac45f5882b17756756cb019148fa4c662 100644 (file)
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_{6,7} )
-PYTHON_REQ_USE='threads(+),xml(+)'
 
+PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_REQ_USE='threads(+),xml(+)'
 inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam
 
 MY_PV="${PV/_rc/rc}"