From fefb4e917b6d8261b2370fed70243e7cbaec9e3d Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Sun, 16 Apr 2023 18:50:10 -0600 Subject: [PATCH] llvm12: fix setuptools requirement (#8413) --- sys-devel/llvm/llvm12-12.0.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/llvm/llvm12-12.0.1.recipe b/sys-devel/llvm/llvm12-12.0.1.recipe index 3c6138b0c..c83611f5d 100644 --- a/sys-devel/llvm/llvm12-12.0.1.recipe +++ b/sys-devel/llvm/llvm12-12.0.1.recipe @@ -31,7 +31,7 @@ other than the ones listed above. HOMEPAGE="https://www.llvm.org/" COPYRIGHT="2003-2019 University of Illinois at Urbana-Champaign" LICENSE="Apache v2 with LLVM Exception" -REVISION="6" +REVISION="7" SOURCE_URI="https://github.com/llvm/llvm-project/releases/download/llvmorg-$portVersion/llvm-$portVersion.src.tar.xz" CHECKSUM_SHA256="7d9a8405f557cefc5a21bf5672af73903b64749d9bc3a50322239f56f34ffddf" SOURCE_DIR="llvm-$portVersion.src" @@ -509,7 +509,7 @@ PROVIDES_python3=" cmd:lit " REQUIRES_python3=" - setuptools_python3 + setuptools_python${PYTHON3_VERSION//.} cmd:python$PYTHON3_VERSION "