diff options
author | D G Turner <digitall@scummvm.org> | 2020-09-26 17:21:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-07 00:34:34 +0000 |
commit | 33357e01148d0e89c0396ab6ccb4bd620feda4af (patch) | |
tree | 6ba2413dfd444785407cf70b94732f5b693e9a88 /media-gfx/cura | |
parent | media-gfx/cura: Fix runtime crash at startup (4.6.1) (diff) | |
download | gentoo-33357e01148d0e89c0396ab6ccb4bd620feda4af.tar.gz gentoo-33357e01148d0e89c0396ab6ccb4bd620feda4af.tar.bz2 gentoo-33357e01148d0e89c0396ab6ccb4bd620feda4af.zip |
media-gfx/cura: Add libarcus dependency directly (to 4.6.1)
This should really be a direct dependency ensuring the python use
flag is set as the sub-dependency does not enforce this is compatible
with the top level cura version.
Signed-off-by: David G Turner <digitall@scummvm.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/cura')
-rw-r--r-- | media-gfx/cura/cura-4.6.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media-gfx/cura/cura-4.6.1-r1.ebuild b/media-gfx/cura/cura-4.6.1-r1.ebuild index 943f93053259..4264d19b6a62 100644 --- a/media-gfx/cura/cura-4.6.1-r1.ebuild +++ b/media-gfx/cura/cura-4.6.1-r1.ebuild @@ -20,6 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" BDEPEND="sys-devel/gettext" RDEPEND="${PYTHON_DEPS} + ~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}] ~dev-libs/libcharon-${PV}[${PYTHON_SINGLE_USEDEP}] ~dev-libs/libsavitar-${PV}:=[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/uranium-${PV}[${PYTHON_SINGLE_USEDEP}] |