sci-chemistry/modeller: 10.5 needs swig <4.3.0

Adding an upper bound to this depends, 10.5 will not build on swig
4.3.0.

No bug has been filed upstream as they do not appear to have a public
bugtracker.

Bug: https://bugs.gentoo.org/950475
Signed-off-by: Jay Faulkner <jayf@gentoo.org>
This commit is contained in:
Jay Faulkner
2025-03-14 14:52:46 -07:00
parent 154d036b1b
commit e81b2ed15b

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,8 @@ IUSE="doc examples"
RESTRICT="mirror"
DEPEND=">=dev-lang/swig-1.3"
# <swig-4.3.0 for https://bugs.gentoo.org/950475
BDEPEND="<dev-lang/swig-4.3.0"
PATCHES=( "${FILESDIR}/${P}-fix-except.patch" )