diff options
author | 2020-05-07 17:02:05 +0200 | |
---|---|---|
committer | 2020-05-07 17:07:57 +0200 | |
commit | 57f62d1b2037f8abb5adb807b6c5cdcf892415c6 (patch) | |
tree | 0fb7d9601fb1fd04b5433b9fb196b6d3e6e54083 /dev-util/lldb/lldb-10.0.0.ebuild | |
parent | dev-util/flawfinder: Remove py2.7 (diff) | |
download | gentoo-57f62d1b2037f8abb5adb807b6c5cdcf892415c6.tar.gz gentoo-57f62d1b2037f8abb5adb807b6c5cdcf892415c6.tar.bz2 gentoo-57f62d1b2037f8abb5adb807b6c5cdcf892415c6.zip |
dev-util/lldb: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/lldb/lldb-10.0.0.ebuild')
-rw-r--r-- | dev-util/lldb/lldb-10.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/lldb/lldb-10.0.0.ebuild b/dev-util/lldb/lldb-10.0.0.ebuild index e03f8d5300b4..4b669f2eea2a 100644 --- a/dev-util/lldb/lldb-10.0.0.ebuild +++ b/dev-util/lldb/lldb-10.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit cmake-utils llvm llvm.org multiprocessing python-single-r1 \ toolchain-funcs |