Skip to content

Commit

Permalink
media-gfx/cura: Fix runtime crash at startup (4.6.1)
Browse files Browse the repository at this point in the history
This needs to resolve the correct dependencies i.e. v4.6.1, not later
such as v4.7.0 as this will likely cause issues.

Signed-off-by: David G Turner <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
digitall authored and thesamesam committed Oct 7, 2020
1 parent 07bb027 commit b5ab283
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"

BDEPEND="sys-devel/gettext"
RDEPEND="${PYTHON_DEPS}
>=dev-libs/libcharon-${PV:0:3}[${PYTHON_SINGLE_USEDEP}]
>=dev-libs/libsavitar-${PV:0:3}:=[python,${PYTHON_SINGLE_USEDEP}]
>=dev-python/uranium-${PV:0:3}[${PYTHON_SINGLE_USEDEP}]
>=media-gfx/curaengine-${PV:0:3}
>=media-gfx/fdm-materials-${PV:0:3}
~dev-libs/libcharon-${PV}[${PYTHON_SINGLE_USEDEP}]
~dev-libs/libsavitar-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
~dev-python/uranium-${PV}[${PYTHON_SINGLE_USEDEP}]
~media-gfx/curaengine-${PV}
~media-gfx/fdm-materials-${PV}
$(python_gen_cond_dep '
dev-python/requests[${PYTHON_MULTI_USEDEP}]
dev-python/sentry-sdk[${PYTHON_MULTI_USEDEP}]
Expand Down

0 comments on commit b5ab283

Please sign in to comment.