diff options
author | Sam James <sam@gentoo.org> | 2021-02-25 02:50:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-25 02:50:43 +0000 |
commit | 11b37e03b748df9a0465a5328826be58d50d1a19 (patch) | |
tree | 2e34ffd3b344a81b373de2b178789b1b097fbe90 /sci-libs/fftw/fftw-3.3.9.ebuild | |
parent | sys-apps/irqbalance: Stabilize 1.7.0 arm, #769260 (diff) | |
download | gentoo-11b37e03b748df9a0465a5328826be58d50d1a19.tar.gz gentoo-11b37e03b748df9a0465a5328826be58d50d1a19.tar.bz2 gentoo-11b37e03b748df9a0465a5328826be58d50d1a19.zip |
sci-libs/fftw: Stabilize 3.3.9 arm, #770025
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/fftw/fftw-3.3.9.ebuild')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.9.ebuild b/sci-libs/fftw/fftw-3.3.9.ebuild index 61cda9c857b2..32ce75db90af 100644 --- a/sci-libs/fftw/fftw-3.3.9.ebuild +++ b/sci-libs/fftw/fftw-3.3.9.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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-2+" |