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-2.8-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-2.8-r2.ebuild')
-rw-r--r--sys-devel/llvm/llvm-2.8-r2.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys-devel/llvm/llvm-2.8-r2.ebuild b/sys-devel/llvm/llvm-2.8-r2.ebuild
index 100bb598ff8b..5d56e499ae4b 100644
--- a/sys-devel/llvm/llvm-2.8-r2.ebuild
+++ b/sys-devel/llvm/llvm-2.8-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 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-2.8-r2.ebuild,v 1.8 2011/11/24 08:56:51 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-2.8-r2.ebuild,v 1.9 2013/01/03 23:29:51 voyageur Exp $
-EAPI="3"
+EAPI="4"
inherit eutils multilib toolchain-funcs
DESCRIPTION="Low Level Virtual Machine"
@@ -24,8 +24,7 @@ DEPEND="dev-lang/perl
|| ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-3.2.3 )
libffi? ( 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"
S=${WORKDIR}/${PN}-${PV/_pre*}