From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 71374138350 for ; Sun, 9 Feb 2020 14:56:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 672E8E082B; Sun, 9 Feb 2020 14:56:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4896FE082B for ; Sun, 9 Feb 2020 14:56:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B1C2634E66C for ; Sun, 9 Feb 2020 14:56:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55C722A for ; Sun, 9 Feb 2020 14:56:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1581260002.a56a4a09802c2285d09f2b504f3d8be0d3caa801.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/samba/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/samba/samba-4.11.6-r1.ebuild X-VCS-Directories: net-fs/samba/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a56a4a09802c2285d09f2b504f3d8be0d3caa801 X-VCS-Branch: master Date: Sun, 9 Feb 2020 14:56:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d3d20175-778b-499c-8ab1-d0c850ce2604 X-Archives-Hash: 6792cd5707ebe2347553da104bd3be8d commit: a56a4a09802c2285d09f2b504f3d8be0d3caa801 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 5 22:18:00 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 9 14:53:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56a4a09 net-fs/samba: python3_8 Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --force Signed-off-by: Andreas Sturmlechner gentoo.org> net-fs/samba/samba-4.11.6-r1.ebuild | 4 ++-- 1 file 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 90f425758cf..139579aac45 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}"