commit: b05b30dd7f1c4df8d47df585816855d21f432652
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 21:15:08 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 21:16:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05b30dd
sys-libs/compiler-rt: Remove unnecessary RDEP on llvm
sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 599adcc..020748d 100644
--- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
@@ -22,10 +22,10 @@ KEYWORDS=""
IUSE="+sanitize test"
RDEPEND="
- ~sys-devel/llvm-${PV}
!<sys-devel/llvm-${PV}
sanitize? ( ${PYTHON_DEPS} )"
DEPEND="${RDEPEND}
+ ~sys-devel/llvm-${PV}
test? ( ~sys-devel/clang-${PV} )
${PYTHON_DEPS}"