summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2013-01-03 23:29:51 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2013-01-03 23:29:51 +0000
commit5820178c72676fe65eb6581c4d689aaeae80ca55 (patch)
tree240c868a1ac345825036ddee7d945a6a00135eed /sys-devel/llvm/llvm-3.0-r2.ebuild
parentAdd missing 'die' statement to renderers installation, add new docs (diff)
downloadgentoo-2-5820178c72676fe65eb6581c4d689aaeae80ca55.tar.gz
gentoo-2-5820178c72676fe65eb6581c4d689aaeae80ca55.tar.bz2
gentoo-2-5820178c72676fe65eb6581c4d689aaeae80ca55.zip
Update udis86 dep now that pic USE-flag is going away, bump EAPI in old packages when needed for the dep, bug #449812. Also clean ~arch 3.1 packages and update live ebuild EAPI
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'sys-devel/llvm/llvm-3.0-r2.ebuild')
-rw-r--r--sys-devel/llvm/llvm-3.0-r2.ebuild9
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 ) )"