summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-09-13 23:15:08 +0200
committerMichał Górny <mgorny@gentoo.org>2016-09-13 23:16:27 +0200
commitb05b30dd7f1c4df8d47df585816855d21f432652 (patch)
tree8f570ba4d7e50a13edab75bc10ff4127e030e44d /sys-libs
parentnet-dns/openresolv: bump to 3.8.1 (diff)
downloadgentoo-b05b30dd7f1c4df8d47df585816855d21f432652.tar.gz
gentoo-b05b30dd7f1c4df8d47df585816855d21f432652.tar.bz2
gentoo-b05b30dd7f1c4df8d47df585816855d21f432652.zip
sys-libs/compiler-rt: Remove unnecessary RDEP on llvm
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/compiler-rt/compiler-rt-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
index 599adcce94c2..020748d48b62 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}"