mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
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:
@@ -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" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user