diff options
author | Sam James <sam@gentoo.org> | 2020-07-25 21:49:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-25 21:49:51 +0000 |
commit | 92049c0411ed4051e08f4a357dc78f093e031df4 (patch) | |
tree | b83c0d89c4322f396c80c8b08a8334a7673a7cde /sci-libs/fftw | |
parent | dev-util/ccache: arm64 stable (bug #733866) (diff) | |
download | gentoo-92049c0411ed4051e08f4a357dc78f093e031df4.tar.gz gentoo-92049c0411ed4051e08f4a357dc78f093e031df4.tar.bz2 gentoo-92049c0411ed4051e08f4a357dc78f093e031df4.zip |
sci-libs/fftw: arm64 stable (bug #733576)
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.8-r1.ebuild b/sci-libs/fftw/fftw-3.3.8-r1.ebuild index 56b961fffcce..0baa63ed39b0 100644 --- a/sci-libs/fftw/fftw-3.3.8-r1.ebuild +++ b/sci-libs/fftw/fftw-3.3.8-r1.ebuild @@ -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+" |