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 084A7138334 for ; Mon, 17 Jun 2019 06:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34E5FE08AE; Mon, 17 Jun 2019 06:25:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0C0AEE08AE for ; Mon, 17 Jun 2019 06:25:25 +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 B1CF1346231 for ; Mon, 17 Jun 2019 06:25:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9891B614 for ; Mon, 17 Jun 2019 06:25:21 +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: <1560752706.5e31758a28be03af114f45feb4fdb99e9d10e81a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libcxx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libcxx/libcxx-9999.ebuild X-VCS-Directories: sys-libs/libcxx/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5e31758a28be03af114f45feb4fdb99e9d10e81a X-VCS-Branch: master Date: Mon, 17 Jun 2019 06:25:21 +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: bba39936-a327-4268-983b-44fc5aa62378 X-Archives-Hash: 366b2130b65ab8e6e99a95cf42675392 commit: 5e31758a28be03af114f45feb4fdb99e9d10e81a Author: Michał Górny gentoo org> AuthorDate: Mon Jun 17 05:54:16 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jun 17 06:25:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e31758a sys-libs/libcxx: Enable Python 3 Signed-off-by: Michał Górny gentoo.org> sys-libs/libcxx/libcxx-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-libs/libcxx/libcxx-9999.ebuild b/sys-libs/libcxx/libcxx-9999.ebuild index 2547da3dfa7..06a570bb8c0 100644 --- a/sys-libs/libcxx/libcxx-9999.ebuild +++ b/sys-libs/libcxx/libcxx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -10,7 +10,7 @@ EAPI=6 CMAKE_MIN_VERSION=3.7.0-r1 EGIT_REPO_URI="https://git.llvm.org/git/libcxx.git https://github.com/llvm-mirror/libcxx.git" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) [[ ${PV} == 9999 ]] && SCM="git-r3" || SCM=""