diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-05-22 16:56:25 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-05-22 22:58:35 -0400 |
commit | 0171f3626439f1924889a088114790fcc4c8d3ef (patch) | |
tree | ab45fb882f971b787ddb4bd4b99ae07ff5c68dfb /dev-util/spirv-llvm-translator | |
parent | dev-util/spirv-llvm-translator: Remove IUSE=tools (diff) | |
download | gentoo-0171f3626439f1924889a088114790fcc4c8d3ef.tar.gz gentoo-0171f3626439f1924889a088114790fcc4c8d3ef.tar.bz2 gentoo-0171f3626439f1924889a088114790fcc4c8d3ef.zip |
dev-util/spirv-llvm-translator: Subscribe to llvm subslot
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/spirv-llvm-translator')
-rw-r--r-- | dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild index 44eef063ff8c..71e848b4a204 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-15.0.0-r1.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools - sys-devel/llvm:${SLOT} + sys-devel/llvm:${SLOT}= " DEPEND="${RDEPEND} dev-util/spirv-headers diff --git a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild index 1660126d9c5f..9092ec145992 100644 --- a/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild +++ b/dev-util/spirv-llvm-translator/spirv-llvm-translator-16.0.0-r1.ebuild @@ -22,7 +22,7 @@ RESTRICT="!test? ( test )" RDEPEND=" dev-util/spirv-tools - sys-devel/llvm:${SLOT} + sys-devel/llvm:${SLOT}= " DEPEND="${RDEPEND} dev-util/spirv-headers |