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 965E7138351 for ; Thu, 30 Apr 2020 14:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5887E0916; Thu, 30 Apr 2020 14:46:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9D0F2E0916 for ; Thu, 30 Apr 2020 14:46:04 +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 AB90634EFE6 for ; Thu, 30 Apr 2020 14:46:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26D2E200 for ; Thu, 30 Apr 2020 14:46:01 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1588257754.e3c13ed8b725f306c5ea2a015e39593f74d4db3a.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: e3c13ed8b725f306c5ea2a015e39593f74d4db3a X-VCS-Branch: master Date: Thu, 30 Apr 2020 14:46:01 +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: 60f71593-258d-4c76-bf4b-8bd61ee1ec97 X-Archives-Hash: 12f1cb855799785a498339f2e179aa05 commit: e3c13ed8b725f306c5ea2a015e39593f74d4db3a Author: Tomáš Mózes gmail com> AuthorDate: Tue Apr 28 11:48:33 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Apr 30 14:42:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c13ed8 app-emulation/xen-tools: add python3.{7,8} support Closes: https://github.com/gentoo/gentoo/pull/15554 Bug: https://bugs.gentoo.org/718216 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Yixun Lan gentoo.org> app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild b/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild index 2da36941e35..3643831cebe 100644 --- a/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.13.0-r2.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE='ncurses,xml,threads' +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE='ncurses,xml,threads(+)' inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-funcs