diff options
author | Mike Lothian <mike@fireburn.co.uk> | 2018-01-04 11:23:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-04 21:13:04 +0100 |
commit | 5e48879bd9f606399f1fe338811527b039cbf071 (patch) | |
tree | 1d79291ec1704096973187cc9a0b5c29095309c8 /media-libs/mesa | |
parent | sys-devel/bc: Version 1.06.95-r2 stable for amd64 and x86. (diff) | |
download | gentoo-5e48879bd9f606399f1fe338811527b039cbf071.tar.gz gentoo-5e48879bd9f606399f1fe338811527b039cbf071.tar.bz2 gentoo-5e48879bd9f606399f1fe338811527b039cbf071.zip |
media-libs/mesa: Allow mesa-9999 to depend on llvm-9999
Add the new 7 slot
Closes: https://bugs.gentoo.org/643394
Closes: https://github.com/gentoo/gentoo/pull/6744
Signed-off-by: Mike Lothian <mike@fireburn.co.uk>
Diffstat (limited to 'media-libs/mesa')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 7264f8d4d2fa..3624ea7c600b 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -148,6 +148,7 @@ RDEPEND="${RDEPEND} # 3. Specify LLVM_MAX_SLOT, e.g. 6. LLVM_DEPSTR=" || ( + sys-devel/llvm:7[${MULTILIB_USEDEP}] sys-devel/llvm:6[${MULTILIB_USEDEP}] sys-devel/llvm:5[${MULTILIB_USEDEP}] sys-devel/llvm:4[${MULTILIB_USEDEP}] |