diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-07-14 14:53:52 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-07-14 14:53:52 +0000 |
commit | 3fc989cf7b9c428abefcc79a1f5c434ac51d65f2 (patch) | |
tree | a2a35a79acb2ad026385f7eaa4d9584fcc471911 /sys-devel/llvm/llvm-3.3-r3.ebuild | |
parent | Punt bogus USE="qt4" (mistakenly forwarded from ebuild of 1.0) wrt #515338 by... (diff) | |
download | gentoo-2-3fc989cf7b9c428abefcc79a1f5c434ac51d65f2.tar.gz gentoo-2-3fc989cf7b9c428abefcc79a1f5c434ac51d65f2.tar.bz2 gentoo-2-3fc989cf7b9c428abefcc79a1f5c434ac51d65f2.zip |
Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug 513718
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'sys-devel/llvm/llvm-3.3-r3.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.3-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/llvm/llvm-3.3-r3.ebuild b/sys-devel/llvm/llvm-3.3-r3.ebuild index 94a8b523a433..5bb53e37d2f3 100644 --- a/sys-devel/llvm/llvm-3.3-r3.ebuild +++ b/sys-devel/llvm/llvm-3.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.11 2014/06/15 14:30:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.3-r3.ebuild,v 1.12 2014/07/14 14:53:52 axs Exp $ EAPI=5 @@ -34,9 +34,9 @@ COMMON_DEPEND=" xml? ( dev-libs/libxml2:2= ) ) gold? ( >=sys-devel/binutils-2.22:*[cxx] ) - libffi? ( virtual/libffi:0=[${MULTILIB_USEDEP}] ) + libffi? ( >=virtual/libffi-3.0.13-r1:0=[${MULTILIB_USEDEP}] ) ocaml? ( dev-lang/ocaml:0= ) - udis86? ( dev-libs/udis86:0=[pic(+),${MULTILIB_USEDEP}] )" + udis86? ( >=dev-libs/udis86-1.7-r2:0=[pic(+),${MULTILIB_USEDEP}] )" DEPEND="${COMMON_DEPEND} dev-lang/perl >=sys-devel/make-3.81 |