diff options
author | Alexey Korepanov <kaikaikai@yandex.ru> | 2018-03-31 16:41:24 +0100 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-03-31 22:17:26 +0300 |
commit | 125385fa38e9f02ef06acae25461a020b1f80fae (patch) | |
tree | 0d37491d209550dc0ea496154e8e1635df7ba0fa /sci-electronics | |
parent | 91ede36293966aa97ae50c4ba026d068e5ffd9a1 (diff) | |
download | gentoo-125385fa38e9f02ef06acae25461a020b1f80fae.tar.gz gentoo-125385fa38e9f02ef06acae25461a020b1f80fae.tar.xz |
sci-electronics/kicad: keyword ~arm64
Closes: https://github.com/gentoo/gentoo/pull/7737
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/kicad/kicad-4.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/kicad/kicad-4.0.7.ebuild b/sci-electronics/kicad/kicad-4.0.7.ebuild index 8576fd05480..5f15284ffd5 100644 --- a/sci-electronics/kicad/kicad-4.0.7.ebuild +++ b/sci-electronics/kicad/kicad-4.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SRC_URI="https://launchpad.net/${PN}/${SERIES}/${PV}/+download/${P}.tar.xz LICENSE="GPL-2+ GPL-3+ Boost-1.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="debug doc examples github i18n libressl minimal +python" LANGS="bg ca cs de el es fi fr hu it ja ko nl pl pt ru sk sl sv zh-CN" for lang in ${LANGS} ; do |