Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cura/
Date: Fri, 29 Apr 2016 11:35:41
Message-Id: 1461929704.107e5c31a92fa780f72528a3b29fce69446ddf17.alexxy@gentoo
1 commit: 107e5c31a92fa780f72528a3b29fce69446ddf17
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 11:35:04 2016 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 11:35:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107e5c31
7
8 media-gfx/cura: fix deps
9
10 should depend on libarcus[python]
11
12 Package-Manager: portage-2.2.28
13
14 media-gfx/cura/cura-2.1.0_beta.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-gfx/cura/cura-2.1.0_beta.ebuild b/media-gfx/cura/cura-2.1.0_beta.ebuild
18 index 5b991fa..0e4811d 100644
19 --- a/media-gfx/cura/cura-2.1.0_beta.ebuild
20 +++ b/media-gfx/cura/cura-2.1.0_beta.ebuild
21 @@ -20,7 +20,7 @@ SLOT="0"
22 IUSE="+usb"
23
24 RDEPEND="${PYTHON_DEPS}
25 - dev-libs/libarcus:=[${PYTHON_USEDEP}]
26 + dev-libs/libarcus:=[python,${PYTHON_USEDEP}]
27 dev-python/uranium[${PYTHON_USEDEP}]
28 usb? ( dev-python/pyserial[${PYTHON_USEDEP}] )
29 ~media-gfx/curaengine-${PV}"