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 C9930138350 for ; Mon, 10 Feb 2020 13:27:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1EC3E0934; Mon, 10 Feb 2020 13:27:00 +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 59B9CE0935 for ; Mon, 10 Feb 2020 13:27:00 +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 1C9B534E9C2 for ; Mon, 10 Feb 2020 13:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A10B514F for ; Mon, 10 Feb 2020 13:26:54 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581341206.803cd7bfc684332b55f2ae76c85ba8b8b161ccb4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.9999.ebuild sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc1.ebuild sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 803cd7bfc684332b55f2ae76c85ba8b8b161ccb4 X-VCS-Branch: master Date: Mon, 10 Feb 2020 13:26:54 +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: 4036ab90-bc8b-4fe7-b784-fa76cd9db4c1 X-Archives-Hash: 33fa1cf547a0727c34348106e967d5d6 commit: 803cd7bfc684332b55f2ae76c85ba8b8b161ccb4 Author: Michał Górny gentoo org> AuthorDate: Mon Feb 10 13:06:21 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 10 13:26:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=803cd7bf sys-libs/llvm-libunwind: Remove py2 where possible Signed-off-by: Michał Górny gentoo.org> sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.9999.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc1.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild | 2 +- sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.9999.ebuild index 3891515f46e..d622d1cdee5 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="C++ runtime stack unwinder from LLVM" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc1.ebuild index 3891515f46e..d622d1cdee5 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-10.0.0_rc1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="C++ runtime stack unwinder from LLVM" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild index 3891515f46e..d622d1cdee5 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-11.0.0.9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="C++ runtime stack unwinder from LLVM" diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild index 9d86d1b2f42..595c95f32f1 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-7.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} # (needed due to CMAKE_BUILD_TYPE != Gentoo) CMAKE_MIN_VERSION=3.7.0-r1 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-multilib llvm multiprocessing python-any-r1 MY_P=libunwind-${PV/_/}.src diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild index 7187a32548a..f31969be8e5 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-8.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=6 : ${CMAKE_MAKEFILE_GENERATOR:=ninja} # (needed due to CMAKE_BUILD_TYPE != Gentoo) CMAKE_MIN_VERSION=3.7.0-r1 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-multilib llvm multiprocessing python-any-r1 MY_P=libunwind-${PV/_/}.src diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild index 39b185ef645..ea533a3c5eb 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit cmake-multilib llvm llvm.org multiprocessing python-any-r1 DESCRIPTION="C++ runtime stack unwinder from LLVM"