diff options
Diffstat (limited to 'sys-devel/llvm/llvm-3.0-r2.ebuild')
-rw-r--r-- | sys-devel/llvm/llvm-3.0-r2.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-devel/llvm/llvm-3.0-r2.ebuild b/sys-devel/llvm/llvm-3.0-r2.ebuild index 279333412d28..c11cae8361ce 100644 --- a/sys-devel/llvm/llvm-3.0-r2.ebuild +++ b/sys-devel/llvm/llvm-3.0-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.8 2012/09/24 11:43:29 nativemad Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-3.0-r2.ebuild,v 1.9 2013/01/03 23:29:51 voyageur Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" inherit eutils flag-o-matic multilib toolchain-funcs python pax-utils @@ -25,8 +25,7 @@ DEPEND="dev-lang/perl libffi? ( virtual/pkgconfig virtual/libffi ) ocaml? ( dev-lang/ocaml ) - udis86? ( amd64? ( dev-libs/udis86[pic] ) - !amd64? ( dev-libs/udis86 ) )" + udis86? ( dev-libs/udis86[pic(+)] )" RDEPEND="dev-lang/perl libffi? ( virtual/libffi ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )" |