summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-05 23:18:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-09 15:53:22 +0100
commita56a4a09802c2285d09f2b504f3d8be0d3caa801 (patch)
tree6e161ae7090b0b2109ccc02cd022c9fdef1028d1 /net-fs
parentkde-frameworks: Drop KDE Frameworks 5.66.0 (diff)
downloadgentoo-a56a4a09802c2285d09f2b504f3d8be0d3caa801.tar.gz
gentoo-a56a4a09802c2285d09f2b504f3d8be0d3caa801.tar.bz2
gentoo-a56a4a09802c2285d09f2b504f3d8be0d3caa801.zip
net-fs/samba: python3_8
Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-4.11.6-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.11.6-r1.ebuild b/net-fs/samba/samba-4.11.6-r1.ebuild
index 90f425758cf8..139579aac45f 100644
--- a/net-fs/samba/samba-4.11.6-r1.ebuild
+++ b/net-fs/samba/samba-4.11.6-r1.ebuild
@@ -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}"