diff options
author | Roy Bamford <neddyseagoon@gentoo.org> | 2021-02-15 14:44:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-22 18:55:30 +0000 |
commit | 35a7fa39655256b607aaa33ecc6b137d7af04347 (patch) | |
tree | 4a9ce975418d6e0d27429feb4b8bf36bd14cbf5b /sci-electronics | |
parent | sci-electronics/kicad-i18n: added ~arm64 (diff) | |
download | gentoo-35a7fa39655256b607aaa33ecc6b137d7af04347.tar.gz gentoo-35a7fa39655256b607aaa33ecc6b137d7af04347.tar.bz2 gentoo-35a7fa39655256b607aaa33ecc6b137d7af04347.zip |
sci-electronics/kicad-templates: added ~arm64
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Roy Bamford <neddyseagoon@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-electronics')
-rw-r--r-- | sci-electronics/kicad-templates/kicad-templates-5.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.9.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.9.ebuild index 6bc0cb273a29..dce1272e1a77 100644 --- a/sci-electronics/kicad-templates/kicad-templates-5.1.9.ebuild +++ b/sci-electronics/kicad-templates/kicad-templates-5.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,6 +11,6 @@ SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${PV}/${P}.tar.bz2" LICENSE="CC-BY-SA-4.0" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=">=sci-electronics/kicad-5.1.0" |