summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2014-01-06 21:16:11 +0000
committerMichał Górny <mgorny@gentoo.org>2014-01-06 21:16:11 +0000
commitfc8876e554c333380dac71556af7a62b5fd86255 (patch)
tree1871b5abf12262377c7b659920840ba899c506d0 /sys-devel
parentVersion bump. (diff)
downloadgentoo-2-fc8876e554c333380dac71556af7a62b5fd86255.tar.gz
gentoo-2-fc8876e554c333380dac71556af7a62b5fd86255.tar.bz2
gentoo-2-fc8876e554c333380dac71556af7a62b5fd86255.zip
Add a PDEP on sys-devel/clang to the live ebuild as well.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/ChangeLog5
-rw-r--r--sys-devel/llvm/llvm-9999.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog
index d9bd9c2c769e..f7027866b0a6 100644
--- a/sys-devel/llvm/ChangeLog
+++ b/sys-devel/llvm/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/llvm
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.166 2014/01/06 21:06:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.167 2014/01/06 21:16:11 mgorny Exp $
+
+ 06 Jan 2014; Michał Górny <mgorny@gentoo.org> llvm-9999.ebuild:
+ Add a PDEP on sys-devel/clang to the live ebuild as well.
*llvm-3.4 (06 Jan 2014)
diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild
index 9dce4ecf63e8..e5b49589b7aa 100644
--- a/sys-devel/llvm/llvm-9999.ebuild
+++ b/sys-devel/llvm/llvm-9999.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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-9999.ebuild,v 1.74 2013/12/29 22:49:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.75 2014/01/06 21:16:11 mgorny Exp $
EAPI=5
@@ -53,6 +53,7 @@ RDEPEND="${COMMON_DEPEND}
clang? ( !<=sys-devel/clang-9999-r99 )
abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r2
!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
+PDEPEND="clang? ( =sys-devel/clang-9999-r100 )"
# pypy gives me around 1700 unresolved tests due to open file limit
# being exceeded. probably GC does not close them fast enough.