diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 19:53:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-14 19:53:52 +0000 |
commit | 179e263d165b72dfcf9529a4d9a975713cdad02b (patch) | |
tree | c36a5db6af31372e6cfb4093bccfb7ca00f3475e /sci-libs/fftw | |
parent | app-benchmarks/stress-ng: drop old version (diff) | |
download | gentoo-179e263d165b72dfcf9529a4d9a975713cdad02b.tar.gz gentoo-179e263d165b72dfcf9529a4d9a975713cdad02b.tar.bz2 gentoo-179e263d165b72dfcf9529a4d9a975713cdad02b.zip |
sci-libs/fftw: Stabilize 3.3.9 amd64, #770025
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/fftw')
-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 a7c08875e779..7b33de00082e 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+" |