diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:48 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:36 -0400 |
commit | 140b541160d305ace9ae54d387635cf0b27aed4f (patch) | |
tree | 08f00ce60e2a69643fbe00652e44bdbd0fd2b475 /dev-libs | |
parent | dev-lang/rust: add python3_8 target (diff) | |
download | gentoo-140b541160d305ace9ae54d387635cf0b27aed4f.tar.gz gentoo-140b541160d305ace9ae54d387635cf0b27aed4f.tar.bz2 gentoo-140b541160d305ace9ae54d387635cf0b27aed4f.zip |
dev-libs/libclc: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-libs')
-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 d6fdcddade34..76895636d570 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=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit llvm prefix python-any-r1 toolchain-funcs |