mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-libs/libcxx: Enable Python 3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -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=""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user