Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/
Date: Sun, 09 Feb 2020 14:56:37
Message-Id: 1581260002.a56a4a09802c2285d09f2b504f3d8be0d3caa801.asturm@gentoo
1 commit: a56a4a09802c2285d09f2b504f3d8be0d3caa801
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 5 22:18:00 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 9 14:53:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56a4a09
7
8 net-fs/samba: python3_8
9
10 Package-Manager: Portage-2.3.87, Repoman-2.3.20
11 RepoMan-Options: --force
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 net-fs/samba/samba-4.11.6-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/net-fs/samba/samba-4.11.6-r1.ebuild b/net-fs/samba/samba-4.11.6-r1.ebuild
18 index 90f425758cf..139579aac45 100644
19 --- a/net-fs/samba/samba-4.11.6-r1.ebuild
20 +++ b/net-fs/samba/samba-4.11.6-r1.ebuild
21 @@ -2,9 +2,9 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 -PYTHON_COMPAT=( python3_{6,7} )
26 -PYTHON_REQ_USE='threads(+),xml(+)'
27
28 +PYTHON_COMPAT=( python3_{6,7,8} )
29 +PYTHON_REQ_USE='threads(+),xml(+)'
30 inherit python-single-r1 waf-utils multilib-minimal linux-info systemd pam
31
32 MY_PV="${PV/_rc/rc}"