Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cura/
Date: Wed, 07 Oct 2020 00:59:55
Message-Id: 1602030874.33357e01148d0e89c0396ab6ccb4bd620feda4af.sam@gentoo
1 commit: 33357e01148d0e89c0396ab6ccb4bd620feda4af
2 Author: D G Turner <digitall <AT> scummvm <DOT> org>
3 AuthorDate: Sat Sep 26 16:21:32 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 00:34:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33357e01
7
8 media-gfx/cura: Add libarcus dependency directly (to 4.6.1)
9
10 This should really be a direct dependency ensuring the python use
11 flag is set as the sub-dependency does not enforce this is compatible
12 with the top level cura version.
13
14 Signed-off-by: David G Turner <digitall <AT> scummvm.org>
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-gfx/cura/cura-4.6.1-r1.ebuild | 1 +
18 1 file changed, 1 insertion(+)
19
20 diff --git a/media-gfx/cura/cura-4.6.1-r1.ebuild b/media-gfx/cura/cura-4.6.1-r1.ebuild
21 index 943f9305325..4264d19b6a6 100644
22 --- a/media-gfx/cura/cura-4.6.1-r1.ebuild
23 +++ b/media-gfx/cura/cura-4.6.1-r1.ebuild
24 @@ -20,6 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
25
26 BDEPEND="sys-devel/gettext"
27 RDEPEND="${PYTHON_DEPS}
28 + ~dev-libs/libarcus-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
29 ~dev-libs/libcharon-${PV}[${PYTHON_SINGLE_USEDEP}]
30 ~dev-libs/libsavitar-${PV}:=[python,${PYTHON_SINGLE_USEDEP}]
31 ~dev-python/uranium-${PV}[${PYTHON_SINGLE_USEDEP}]