commit: 7dbccfd12302cbf2419feeb1b4ba29032e5c6bae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 1 22:14:39 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov 1 22:53:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dbccfd1
dev-util/lldb: Restrict to <swig-3.0.9 due to #598708
dev-util/lldb/lldb-9999.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
index 87afff9..0eb59c4 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}