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 DF3C5138359 for ; Sat, 11 Jul 2020 12:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08D67E0806; Sat, 11 Jul 2020 12:05: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 E09A4E0806 for ; Sat, 11 Jul 2020 12:05:35 +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 8348434EDF3 for ; Sat, 11 Jul 2020 12:05:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EF6929A for ; Sat, 11 Jul 2020 12:05:33 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1594469090.5b0082a1ded2b62dc339961a232f345ce6e59ffc.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/protontricks/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/protontricks/protontricks-1.4.1-r1.ebuild X-VCS-Directories: app-emulation/protontricks/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 5b0082a1ded2b62dc339961a232f345ce6e59ffc X-VCS-Branch: master Date: Sat, 11 Jul 2020 12:05: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: 5e83a12c-bbfe-4272-9909-78dd5b2f9743 X-Archives-Hash: 7df65befaaddef17ab92c03584ff8367 commit: 5b0082a1ded2b62dc339961a232f345ce6e59ffc Author: Marek Szuba gentoo org> AuthorDate: Fri Jul 10 20:19:17 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Jul 11 12:04:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0082a1 app-emulation/protontricks: support pypy3 Builds and tests fine. Signed-off-by: Marek Szuba gentoo.org> app-emulation/protontricks/protontricks-1.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild index e8c4edf44be..aff61b39a84 100644 --- a/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild +++ b/app-emulation/protontricks/protontricks-1.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend