diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:45 +0100 |
commit | a284a7f393b0570e15fb30ec9be918a06cc808d6 (patch) | |
tree | 85ada8cb76940c266a43458800cf1fd3c0902d47 /dev-libs/libclc | |
parent | dev-libs/jsoncpp: Remove py2 where possible (diff) | |
download | gentoo-a284a7f393b0570e15fb30ec9be918a06cc808d6.tar.gz gentoo-a284a7f393b0570e15fb30ec9be918a06cc808d6.tar.bz2 gentoo-a284a7f393b0570e15fb30ec9be918a06cc808d6.zip |
dev-libs/libclc: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libclc')
-rw-r--r-- | dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild index 569f65967e0e..291fe729330a 100644 --- a/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild +++ b/dev-libs/libclc/libclc-0.2.0_pre20191024.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit llvm prefix python-any-r1 toolchain-funcs |