projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
840ebb7
)
dev-lang/zig: specify LLVM SLOT
author
Joonas Niilola
<juippis@gentoo.org>
Fri, 2 Aug 2019 09:07:26 +0000
(12:07 +0300)
committer
Joonas Niilola
<juippis@gentoo.org>
Fri, 2 Aug 2019 09:07:26 +0000
(12:07 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
dev-lang/zig/zig-0.4.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-lang/zig/zig-0.4.0.ebuild
b/dev-lang/zig/zig-0.4.0.ebuild
index 5edf8df888707cdd5315a34ddeb441f5505e4245..606e696a4c5977053465ad54b9617b6c51115808 100644
(file)
--- a/
dev-lang/zig/zig-0.4.0.ebuild
+++ b/
dev-lang/zig/zig-0.4.0.ebuild
@@
-27,8
+27,8
@@
ALL_LLVM_TARGETS=( "${ALL_LLVM_TARGETS[@]/#/llvm_targets_}" )
LLVM_TARGET_USEDEPS=${ALL_LLVM_TARGETS[@]}
RDEPEND="
- =sys-devel/llvm-8*
- !experimental? (
=sys-devel/llvm-8*
[${LLVM_TARGET_USEDEPS// /,}] )
+ sys-devel/llvm:8
+ !experimental? (
sys-devel/llvm:8
[${LLVM_TARGET_USEDEPS// /,}] )
"
DEPEND="${RDEPEND}"