commit: 5fb42e3d4ea3b5e5d423791d8014f5f97c239fbd Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org> AuthorDate: Wed Feb 17 21:52:09 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Feb 22 18:55:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fb42e3d
sci-electronics/ngspice: added ~arm64 Closes: https://bugs.gentoo.org/665416 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-electronics/ngspice/ngspice-31-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-electronics/ngspice/ngspice-31-r1.ebuild b/sci-electronics/ngspice/ngspice-31-r1.ebuild index 88d439335b1..7195c9e6037 100644 --- a/sci-electronics/ngspice/ngspice-31-r1.ebuild +++ b/sci-electronics/ngspice/ngspice-31-r1.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 @@ -14,7 +14,7 @@ LICENSE="BSD GPL-2" SLOT="0" IUSE="X debug deprecated doc examples fftw openmp +readline +shared tcl" RESTRICT="!test? ( test )" -KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm64 ~ppc ~sparc ~x86 ~x64-macos" DEPEND="sys-libs/ncurses:0= X? ( x11-libs/libXaw
