summaryrefslogtreecommitdiff
path: root/dev-util/lldb/lldb-9999.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-03-28 12:09:23 +0200
committerMichał Górny <mgorny@gentoo.org>2018-03-28 12:10:58 +0200
commit4cea56b7d3193645fe884ff7e7241ecc5867a1e0 (patch)
tree77a029b9d9b6751594a12bc5f3f26447422f7991 /dev-util/lldb/lldb-9999.ebuild
parentcf6e06ae57942c8d16398345e3649640438f3b25 (diff)
downloadgentoo-4cea56b7d3193645fe884ff7e7241ecc5867a1e0.tar.gz
gentoo-4cea56b7d3193645fe884ff7e7241ecc5867a1e0.tar.xz
dev-util/lldb: Allow dev-python/swig >= 3.0.11 in 5+
Closes: https://bugs.gentoo.org/598708
Diffstat (limited to 'dev-util/lldb/lldb-9999.ebuild')
-rw-r--r--dev-util/lldb/lldb-9999.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/lldb/lldb-9999.ebuild b/dev-util/lldb/lldb-9999.ebuild
index 077232dbf5f..983a4d03efe 100644
--- a/dev-util/lldb/lldb-9999.ebuild
+++ b/dev-util/lldb/lldb-9999.ebuild
@@ -31,10 +31,8 @@ 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-3.0.9 )
+ python? ( >=dev-lang/swig-3.0.11 )
test? ( ~dev-python/lit-${PV}[${PYTHON_USEDEP}] )
${PYTHON_DEPS}"