summaryrefslogtreecommitdiff
path: root/sys-devel/llvm/llvm-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-01-28 12:26:42 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-28 12:26:58 +0100
commit48c0875ad17e2e396e9094e2958f83bbbec65e51 (patch)
tree106df7255de5d271bf0094a136be89e7801f96ac /sys-devel/llvm/llvm-9999.ebuild
parent3f3ca3682b28250617a0d1734c927bb95f024c5b (diff)
downloadgentoo-48c0875ad17e2e396e9094e2958f83bbbec65e51.tar.gz
gentoo-48c0875ad17e2e396e9094e2958f83bbbec65e51.tar.xz
sys-devel/llvm: Require LLVMgold new enough to handle the bitcode
Raise the dependency on sys-devel/llvmgold so that a version new enough to handle bitcode of all installed LLVM versions is always used. Closes: https://bugs.gentoo.org/645824
Diffstat (limited to 'sys-devel/llvm/llvm-9999.ebuild')
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index d1550613720..85c7b23b987 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -69,7 +69,7 @@ DEPEND="${RDEPEND}
RDEPEND="${RDEPEND}
!sys-devel/llvm:0"
PDEPEND="sys-devel/llvm-common
- gold? ( sys-devel/llvmgold )"
+ gold? ( >=sys-devel/llvmgold-${SLOT} )"
REQUIRED_USE="${PYTHON_REQUIRED_USE}
|| ( ${ALL_LLVM_TARGETS[*]} )"