diff options
author | Sam James <sam@gentoo.org> | 2024-09-07 10:13:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-07 10:15:12 +0100 |
commit | 147183f1c2ca93eaf6db4f308c94e9aa226ea7b4 (patch) | |
tree | 7b097e5bc2234af3a7885218a7cb490d5b56a2fe | |
parent | dev-ruby/sqlite3: drop 1.6.7 (diff) | |
download | gentoo-147183f1c2ca93eaf6db4f308c94e9aa226ea7b4.tar.gz gentoo-147183f1c2ca93eaf6db4f308c94e9aa226ea7b4.tar.bz2 gentoo-147183f1c2ca93eaf6db4f308c94e9aa226ea7b4.zip |
sci-libs/vtk: don't cap expat version
This reverts commit 546ead3103af153d5e869730fe0ad642019a9c67 and
d767aab3f077c05916d47ffdc38a09927b04298d as a consequence.
As I explained on the bug:
"""
This really isn't going to work either way.
If Python depends on >= expat to avoid things like bug 939045, you
soon get to a point where VTK is uninstallable if VTK has a < dep.
If it doesn't, you get runtime breakage with VTK if it has a < dep.
If VTK doesn't have a < dep, you get runtime breakage in Python as it
gets downgraded when you emerge VTK.
We should drop the < and leave VTK broken as it's the lesser evil,
and then try pull in the patch if it applies cleanlyish.
"""
So, let's do the lesser evil bit now to avoid runtime breakge
in CPython from it being downgraded.
Bug: https://bugs.gentoo.org/930032
Closes: https://bugs.gentoo.org/939211
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sci-libs/vtk/vtk-9.2.5-r2.ebuild (renamed from sci-libs/vtk/vtk-9.2.5-r1.ebuild) | 2 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-9.2.6-r3.ebuild (renamed from sci-libs/vtk/vtk-9.2.6-r2.ebuild) | 2 | ||||
-rw-r--r-- | sci-libs/vtk/vtk-9.3.0-r2.ebuild (renamed from sci-libs/vtk/vtk-9.3.0-r1.ebuild) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/vtk/vtk-9.2.5-r1.ebuild b/sci-libs/vtk/vtk-9.2.5-r2.ebuild index 37bb25cf01d7..4af7d8df0261 100644 --- a/sci-libs/vtk/vtk-9.2.5-r1.ebuild +++ b/sci-libs/vtk/vtk-9.2.5-r2.ebuild @@ -71,7 +71,7 @@ RDEPEND=" dev-cpp/nlohmann_json dev-db/sqlite:3 dev-libs/double-conversion:= - <dev-libs/expat-2.6.0 + dev-libs/expat dev-libs/icu:= dev-libs/jsoncpp:= >=dev-libs/libfmt-8.1.1:= diff --git a/sci-libs/vtk/vtk-9.2.6-r2.ebuild b/sci-libs/vtk/vtk-9.2.6-r3.ebuild index eaad31f63e4f..9520c47ec4fd 100644 --- a/sci-libs/vtk/vtk-9.2.6-r2.ebuild +++ b/sci-libs/vtk/vtk-9.2.6-r3.ebuild @@ -71,7 +71,7 @@ RDEPEND=" dev-cpp/nlohmann_json dev-db/sqlite:3 dev-libs/double-conversion:= - <dev-libs/expat-2.6.0 + dev-libs/expat dev-libs/icu:= dev-libs/jsoncpp:= >=dev-libs/libfmt-8.1.1:= diff --git a/sci-libs/vtk/vtk-9.3.0-r1.ebuild b/sci-libs/vtk/vtk-9.3.0-r2.ebuild index 1c8cd93297da..cc7a1a438652 100644 --- a/sci-libs/vtk/vtk-9.3.0-r1.ebuild +++ b/sci-libs/vtk/vtk-9.3.0-r2.ebuild @@ -70,7 +70,7 @@ RDEPEND=" app-arch/xz-utils dev-db/sqlite:3 dev-libs/double-conversion:= - <dev-libs/expat-2.6.0 + dev-libs/expat dev-libs/icu:= dev-libs/jsoncpp:= >=dev-libs/libfmt-8.1.1:= |