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 07A89138359 for ; Sun, 19 Jul 2020 10:43:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F17AE086C; Sun, 19 Jul 2020 10:43:51 +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 0FB0FE086C for ; Sun, 19 Jul 2020 10:43:51 +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 A8EEB34F42F for ; Sun, 19 Jul 2020 10:43:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA9042EA for ; Sun, 19 Jul 2020 10:43:46 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595155405.7a167e39f50a5c0b09660fc4586aae253e30f16f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/gtest/gtest-9999.ebuild X-VCS-Directories: dev-cpp/gtest/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7a167e39f50a5c0b09660fc4586aae253e30f16f X-VCS-Branch: master Date: Sun, 19 Jul 2020 10:43:46 +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: 1b27654b-e6ca-424c-9742-4b810904c18a X-Archives-Hash: d050e1e453414ed9e5b97a7081357191 commit: 7a167e39f50a5c0b09660fc4586aae253e30f16f Author: Peter Levine gmail com> AuthorDate: Thu Jun 11 23:39:09 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Jul 19 10:43:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a167e39 dev-cpp/gtest: Add support for python3_{6,7,8,9} Tested working with 3.6.10-r2, 3.7.7-r3, 3.8.3-r1, 3.9.0_beta2 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Peter Levine gmail.com> Signed-off-by: Joonas Niilola gentoo.org> dev-cpp/gtest/gtest-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index ab2e9dd322c..495db541c34 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -4,7 +4,7 @@ EAPI=7 # Python is required for tests and some build tasks. -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} ) CMAKE_ECLASS=cmake inherit cmake-multilib python-any-r1