diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-04 15:35:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-04 17:24:50 +0100 |
commit | f1b69b4867b6fd4e85cb70e08bbfc75d3dbe4920 (patch) | |
tree | 88ecfcb8d898396f3af20264879a574798615f54 /sys-devel/llvm/llvm-10.0.0.9999.ebuild | |
parent | sys-devel/clang-runtime: Bump to 10.0.0rc3 (diff) | |
download | gentoo-f1b69b4867b6fd4e85cb70e08bbfc75d3dbe4920.tar.gz gentoo-f1b69b4867b6fd4e85cb70e08bbfc75d3dbe4920.tar.bz2 gentoo-f1b69b4867b6fd4e85cb70e08bbfc75d3dbe4920.zip |
sys-devel/llvm: Update dev-libs/libffi dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/llvm/llvm-10.0.0.9999.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-10.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-10.0.0.9999.ebuild b/sys-devel/llvm/llvm-10.0.0.9999.ebuild index 6f27f3732183..f308f41ee444 100644 --- a/sys-devel/llvm/llvm-10.0.0.9999.ebuild +++ b/sys-devel/llvm/llvm-10.0.0.9999.ebuild @@ -44,7 +44,7 @@ RDEPEND=" ) ) libedit? ( dev-libs/libedit:0=[${MULTILIB_USEDEP}] ) - libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) + libffi? ( >=dev-libs/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ncurses? ( >=sys-libs/ncurses-5.9-r3:0=[${MULTILIB_USEDEP}] ) xar? ( app-arch/xar ) xml? ( dev-libs/libxml2:2=[${MULTILIB_USEDEP}] ) |