diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-06-11 19:09:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-11 19:12:25 +0200 |
commit | c9c76b9e95976ff1a55782b4c0f2c888323f50cd (patch) | |
tree | ce52cf27421d820b0f6e8cbfd7a52ab56311e205 /sys-devel/llvm | |
parent | media-libs/mesa: Drop old versions (diff) | |
download | gentoo-c9c76b9e95976ff1a55782b4c0f2c888323f50cd.tar.gz gentoo-c9c76b9e95976ff1a55782b4c0f2c888323f50cd.tar.bz2 gentoo-c9c76b9e95976ff1a55782b4c0f2c888323f50cd.zip |
sys-devel/llvm: Enable Python 3 in -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm')
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index fe059751a9f6..f194df950517 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.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=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) inherit cmake-utils eapi7-ver flag-o-matic git-r3 multilib-minimal \ multiprocessing pax-utils python-any-r1 toolchain-funcs @@ -288,7 +288,7 @@ multilib_src_install_all() { pkg_postinst() { elog "You can find additional opt-viewer utility scripts in:" elog " ${EROOT%/}/usr/lib/llvm/${SLOT}/share/opt-viewer" - elog "To use these scripts, you will need Python 2.7 along with the following" + elog "To use these scripts, you will need Python along with the following" elog "packages:" elog " dev-python/pygments (for opt-viewer)" elog " dev-python/pyyaml (for all of them)" |