Skip to content

Commit

Permalink
sys-devel/llvm: Move libcxx to PDEP, to avoid circular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Sep 6, 2016
1 parent 01dede2 commit 9ad8534
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-3.8.1-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}"
RDEPEND="${COMMON_DEPEND}
clang? ( !<=sys-devel/clang-${PV}-r99 )
default-libcxx? ( sys-libs/libcxx )
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-${PV}-r100 )"
PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )
default-libcxx? ( sys-libs/libcxx )"

# pypy gives me around 1700 unresolved tests due to open file limit
# being exceeded. probably GC does not close them fast enough.
Expand Down
4 changes: 2 additions & 2 deletions sys-devel/llvm/llvm-3.9.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ DEPEND="${COMMON_DEPEND}
${PYTHON_DEPS}"
RDEPEND="${COMMON_DEPEND}
clang? ( !<=sys-devel/clang-${PV}-r99 )
default-libcxx? ( sys-libs/libcxx )
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-${PV}-r100 )"
PDEPEND="clang? ( =sys-devel/clang-${PV}-r100 )
default-libcxx? ( sys-libs/libcxx )"

# pypy gives me around 1700 unresolved tests due to open file limit
# being exceeded. probably GC does not close them fast enough.
Expand Down

0 comments on commit 9ad8534

Please sign in to comment.