From e81b2ed15bec5eb54a87fb661abbcf46bed820d8 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Fri, 14 Mar 2025 14:52:46 -0700 Subject: [PATCH] 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 --- sci-chemistry/modeller/modeller-10.5.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/modeller/modeller-10.5.ebuild b/sci-chemistry/modeller/modeller-10.5.ebuild index 80718ec876c81..8f3bbb408910f 100644 --- a/sci-chemistry/modeller/modeller-10.5.ebuild +++ b/sci-chemistry/modeller/modeller-10.5.ebuild @@ -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" +#