diff options
author | Fabian Groffen <grobian@gentoo.org> | 2016-02-11 13:56:16 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2016-02-11 14:00:51 +0100 |
commit | f08bdee4f9ada2fc9b94d113ca69a0a76013b185 (patch) | |
tree | ceade2509bad858c3e3b8bbe24be6fe1457baa35 /sys-devel | |
parent | sys-kernel/raspberrypi-image: add 4.1 and 4.4 images. (diff) | |
download | gentoo-f08bdee4f9ada2fc9b94d113ca69a0a76013b185.tar.gz gentoo-f08bdee4f9ada2fc9b94d113ca69a0a76013b185.tar.bz2 gentoo-f08bdee4f9ada2fc9b94d113ca69a0a76013b185.zip |
sys-devel/llvm: revise libcxx dependency for maintenance and to be more realistic
Package-Manager: portage-2.2.20-prefix
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/llvm-3.5.2.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.6.2.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.7.1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-3.8.0_rc1.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/llvm/llvm-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/sys-devel/llvm/llvm-3.5.2.ebuild b/sys-devel/llvm/llvm-3.5.2.ebuild index d051a7ab4d08..6d3a5ce61fc8 100644 --- a/sys-devel/llvm/llvm-3.5.2.ebuild +++ b/sys-devel/llvm/llvm-3.5.2.ebuild @@ -50,7 +50,7 @@ DEPEND="${COMMON_DEPEND} ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 ) - kernel_Darwin? ( =sys-libs/libcxx-3.5* ) + kernel_Darwin? ( <sys-libs/libcxx-${PV%_rc*}.9999 ) clang? ( xml? ( virtual/pkgconfig ) ) doc? ( dev-python/sphinx ) libffi? ( virtual/pkgconfig ) diff --git a/sys-devel/llvm/llvm-3.6.2.ebuild b/sys-devel/llvm/llvm-3.6.2.ebuild index 2e59d43440e7..3512fbb33752 100644 --- a/sys-devel/llvm/llvm-3.6.2.ebuild +++ b/sys-devel/llvm/llvm-3.6.2.ebuild @@ -53,7 +53,7 @@ DEPEND="${COMMON_DEPEND} ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 ) - kernel_Darwin? ( =sys-libs/libcxx-3.6* ) + kernel_Darwin? ( <sys-libs/libcxx-${PV%_rc*}.9999 ) clang? ( xml? ( virtual/pkgconfig ) ) doc? ( dev-python/sphinx ) libffi? ( virtual/pkgconfig ) diff --git a/sys-devel/llvm/llvm-3.7.1.ebuild b/sys-devel/llvm/llvm-3.7.1.ebuild index 6afc7e9ae09e..347d8cc20119 100644 --- a/sys-devel/llvm/llvm-3.7.1.ebuild +++ b/sys-devel/llvm/llvm-3.7.1.ebuild @@ -55,7 +55,7 @@ DEPEND="${COMMON_DEPEND} ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 ) - kernel_Darwin? ( =sys-libs/libcxx-3.7* ) + kernel_Darwin? ( <sys-libs/libcxx-${PV%_rc*}.9999 ) clang? ( xml? ( virtual/pkgconfig ) ) doc? ( dev-python/sphinx ) gold? ( sys-libs/binutils-libs ) diff --git a/sys-devel/llvm/llvm-3.8.0_rc1.ebuild b/sys-devel/llvm/llvm-3.8.0_rc1.ebuild index 8c598b7fec2a..9a74e9a0792a 100644 --- a/sys-devel/llvm/llvm-3.8.0_rc1.ebuild +++ b/sys-devel/llvm/llvm-3.8.0_rc1.ebuild @@ -55,7 +55,7 @@ DEPEND="${COMMON_DEPEND} ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 ) - kernel_Darwin? ( sys-libs/libcxx ) + kernel_Darwin? ( <sys-libs/libcxx-${PV%_rc*}.9999 ) clang? ( xml? ( virtual/pkgconfig ) ) doc? ( dev-python/sphinx ) gold? ( sys-libs/binutils-libs ) diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index 369c227c064d..f998ade61d72 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -48,7 +48,7 @@ DEPEND="${COMMON_DEPEND} ( >=sys-freebsd/freebsd-lib-9.1-r10 sys-libs/libcxx ) ) || ( >=sys-devel/binutils-2.18 >=sys-devel/binutils-apple-5.1 ) - kernel_Darwin? ( sys-libs/libcxx ) + kernel_Darwin? ( <sys-libs/libcxx-${PV%_rc*}.9999 ) clang? ( xml? ( virtual/pkgconfig ) ) doc? ( dev-python/sphinx ) gold? ( sys-libs/binutils-libs ) |