commit: 0164353871075aad8dd6b65f805d1be6a8ccb1c2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Dec 27 01:37:15 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Dec 27 01:37:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01643538
dev-util/spirv-llvm-translator: minor style changes Signed-off-by: Sam James <sam <AT> gentoo.org> .../spirv-llvm-translator/spirv-llvm-translator-13.0.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-13.0.0.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-13.0.0.ebuild index 6c354c4cd277..e7c554809d4d 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-13.0.0.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-13.0.0.ebuild @@ -14,23 +14,21 @@ DESCRIPTION="Bi-directional translator between SPIR-V and LLVM IR" HOMEPAGE="https://github.com/KhronosGroup/SPIRV-LLVM-Translator" SRC_URI="https://github.com/KhronosGroup/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-rename-OpConstFunctionPointerINTEL.patch.bz2" +S="${WORKDIR}/${MY_P}" LICENSE="UoI-NCSA" SLOT="$(ver_cut 1)" KEYWORDS="~amd64" IUSE="test +tools" +REQUIRED_USE="test? ( tools )" RESTRICT="!test? ( test )" -S="${WORKDIR}/${MY_P}" - RDEPEND="sys-devel/clang:${SLOT}=[${MULTILIB_USEDEP}] - dev-util/spirv-headers" + dev-util/spirv-headers" DEPEND="${RDEPEND}" BDEPEND="test? ( dev-python/lit )" -REQUIRED_USE="test? ( tools )" - LLVM_MAX_SLOT="${SLOT}" PATCHES=(
