summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-01 23:14:39 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-01 23:53:36 +0100
commit7dbccfd12302cbf2419feeb1b4ba29032e5c6bae (patch)
treeb78f502a25d848654a4b05c9019732a9e709ddf9 /dev-util
parentdev-python/safety: Fix missed dependency on pip (diff)
downloadgentoo-7dbccfd12302cbf2419feeb1b4ba29032e5c6bae.tar.gz
gentoo-7dbccfd12302cbf2419feeb1b4ba29032e5c6bae.tar.bz2
gentoo-7dbccfd12302cbf2419feeb1b4ba29032e5c6bae.zip
dev-util/lldb: Restrict to <swig-3.0.9 due to #598708
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/lldb/lldb-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
index 87afff9c00fb..0eb59c45d793 100644
--- a/dev-util/lldb/lldb-9999.ebuild
+++ b/dev-util/lldb/lldb-9999.ebuild
@@ -29,8 +29,10 @@ RDEPEND="
~sys-devel/clang-${PV}[xml]
~sys-devel/llvm-${PV}
!<sys-devel/llvm-4.0"
+# swig-3.0.9+ generates invalid wrappers, #598708
+# upstream: https://github.com/swig/swig/issues/769
DEPEND="${RDEPEND}
- python? ( dev-lang/swig )
+ python? ( <dev-lang/swig-3.0.9 )
${PYTHON_DEPS}"
REQUIRED_USE=${PYTHON_REQUIRED_USE}