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 AEDCB138353 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 D651AE0978; Thu, 30 Apr 2020 14:46:05 +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 BD28FE0978 for ; Thu, 30 Apr 2020 14:46:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 24D7534EE15 for ; Thu, 30 Apr 2020 14:46:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CD36204 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: <1588257761.879c818c4fdcb88490fe7ce9f6a12a11d5917eef.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-pvgrub/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild X-VCS-Directories: app-emulation/xen-pvgrub/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 879c818c4fdcb88490fe7ce9f6a12a11d5917eef 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: 6bfe40b4-7354-4d2f-b47d-a69a3bddb87d X-Archives-Hash: 06ee3e745590708804662dc28b394766 commit: 879c818c4fdcb88490fe7ce9f6a12a11d5917eef Author: Tomáš Mózes gmail com> AuthorDate: Tue Apr 28 11:56:32 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Thu Apr 30 14:42:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879c818c app-emulation/xen-pvgrub: 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-pvgrub/xen-pvgrub-4.13.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild index 2fec4e1c157..5c95dccf2ec 100644 --- a/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild +++ b/app-emulation/xen-pvgrub/xen-pvgrub-4.13.0.ebuild @@ -3,8 +3,8 @@ EAPI=7 -PYTHON_COMPAT=( python3_6 ) -PYTHON_REQ_USE='xml,threads' +PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_REQ_USE='xml,threads(+)' inherit flag-o-matic multilib python-single-r1 toolchain-funcs