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:56
Message-Id: 1602030926.3d5a656f93fc84f7debca03b6accbfd2d35cebf7.sam@gentoo
1 commit: 3d5a656f93fc84f7debca03b6accbfd2d35cebf7
2 Author: D G Turner <digitall <AT> scummvm <DOT> org>
3 AuthorDate: Mon Sep 28 19:04:32 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 7 00:35:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d5a656f
7
8 media-gfx/cura: Drop ~arm64 from keywords (4.6.1)
9
10 libarcus and other dependencies are not keyworded as ~arm64 so
11 this would not build until these are resolved.
12
13 Signed-off-by: David G Turner <digitall <AT> scummvm.org>
14 Closes: https://github.com/gentoo/gentoo/pull/17679
15 Signed-off-by: Sam James <sam <AT> gentoo.org>
16
17 media-gfx/cura/cura-4.6.1-r1.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
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 4264d19b6a6..74ad049667a 100644
22 --- a/media-gfx/cura/cura-4.6.1-r1.ebuild
23 +++ b/media-gfx/cura/cura-4.6.1-r1.ebuild
24 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/Ultimaker/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.
25
26 LICENSE="LGPL-3"
27 SLOT="0"
28 -KEYWORDS="~amd64 ~arm64 ~x86"
29 +KEYWORDS="~amd64 ~x86"
30 IUSE="+usb zeroconf"
31 REQUIRED_USE="${PYTHON_REQUIRED_USE}"