commit: d645f45d4044071ae7d0b8314d81afb03c7aaeff Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com> AuthorDate: Sat Jan 10 15:53:38 2026 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Sun Jan 11 08:41:58 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d645f45d
media-gfx/freecad: required fixed version of pyside-6.10.1 Bug: https://bugs.gentoo.org/968219 Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45320 Closes: https://github.com/gentoo/gentoo/pull/45320 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> media-gfx/freecad/freecad-1.0.1-r2.ebuild | 4 ++-- media-gfx/freecad/freecad-1.0.2-r2.ebuild | 4 ++-- media-gfx/freecad/freecad-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-gfx/freecad/freecad-1.0.1-r2.ebuild b/media-gfx/freecad/freecad-1.0.1-r2.ebuild index ec092181e75c..a1372b749418 100644 --- a/media-gfx/freecad/freecad-1.0.1-r2.ebuild +++ b/media-gfx/freecad/freecad-1.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -94,7 +94,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/matplotlib[${PYTHON_USEDEP}] >=dev-python/pivy-0.6.5[${PYTHON_USEDEP}] - dev-python/pyside:6=[uitools(-),gui,svg,${PYTHON_USEDEP}] + >=dev-python/pyside-6.10.1-r5:6=[uitools(-),gui,svg,${PYTHON_USEDEP}] ' ) virtual/opengl spacenav? ( dev-libs/libspnav[X?] ) diff --git a/media-gfx/freecad/freecad-1.0.2-r2.ebuild b/media-gfx/freecad/freecad-1.0.2-r2.ebuild index 880a118b8856..ff199ce16a48 100644 --- a/media-gfx/freecad/freecad-1.0.2-r2.ebuild +++ b/media-gfx/freecad/freecad-1.0.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -95,7 +95,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/matplotlib[${PYTHON_USEDEP}] >=dev-python/pivy-0.6.5[${PYTHON_USEDEP}] - dev-python/pyside:6=[uitools(-),gui,svg,${PYTHON_USEDEP}] + >=dev-python/pyside-6.10.1-r5:6=[uitools(-),gui,svg,${PYTHON_USEDEP}] ' ) virtual/opengl spacenav? ( dev-libs/libspnav[X?] ) diff --git a/media-gfx/freecad/freecad-9999.ebuild b/media-gfx/freecad/freecad-9999.ebuild index 80b4e91292e5..c5136d354db4 100644 --- a/media-gfx/freecad/freecad-9999.ebuild +++ b/media-gfx/freecad/freecad-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -93,7 +93,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/matplotlib[${PYTHON_USEDEP}] >=dev-python/pivy-0.6.5[${PYTHON_USEDEP}] - dev-python/pyside:6=[uitools(-),gui,svg,${PYTHON_USEDEP}] + >=dev-python/pyside-6.10.1-r5:6=[uitools(-),gui,svg,${PYTHON_USEDEP}] ' ) virtual/opengl spacenav? ( dev-libs/libspnav[X?] )
