Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad/
Date: Sat, 31 Mar 2018 19:17:36
Message-Id: 1522523846.125385fa38e9f02ef06acae25461a020b1f80fae.leio@gentoo
1 commit: 125385fa38e9f02ef06acae25461a020b1f80fae
2 Author: Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
3 AuthorDate: Sat Mar 31 15:41:24 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 19:17:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=125385fa
7
8 sci-electronics/kicad: keyword ~arm64
9
10 Closes: https://github.com/gentoo/gentoo/pull/7737
11
12 sci-electronics/kicad/kicad-4.0.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-electronics/kicad/kicad-4.0.7.ebuild b/sci-electronics/kicad/kicad-4.0.7.ebuild
16 index 8576fd05480..5f15284ffd5 100644
17 --- a/sci-electronics/kicad/kicad-4.0.7.ebuild
18 +++ b/sci-electronics/kicad/kicad-4.0.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -21,7 +21,7 @@ SRC_URI="https://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.xz
26
27 LICENSE="GPL-2+ GPL-3+ Boost-1.0"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~x86"
30 +KEYWORDS="~amd64 ~arm64 ~x86"
31 IUSE="debug doc examples github i18n libressl minimal +python"
32 LANGS="bg ca cs de el es fi fr hu it ja ko nl pl pt ru sk sl sv zh-CN"
33 for lang in ${LANGS} ; do