diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-14 10:33:57 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-14 10:33:57 -0400 |
commit | 5f0c9ac63519fc51748b04d0d933aef84317bef2 (patch) | |
tree | 66e91c944a8be70eca14b7f06512588ef01859f2 /sci-libs | |
parent | media-libs/liblqr: arm64 stable (bug #641648) (diff) | |
download | gentoo-5f0c9ac63519fc51748b04d0d933aef84317bef2.tar.gz gentoo-5f0c9ac63519fc51748b04d0d933aef84317bef2.tar.bz2 gentoo-5f0c9ac63519fc51748b04d0d933aef84317bef2.zip |
sci-libs/fftw: arm64 stable (bug #641648)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/fftw/fftw-3.3.8.ebuild b/sci-libs/fftw/fftw-3.3.8.ebuild index 47b31f4171e3..d345f5d141f9 100644 --- a/sci-libs/fftw/fftw-3.3.8.ebuild +++ b/sci-libs/fftw/fftw-3.3.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" else SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-2+" |