diff options
author | Sam James <sam@gentoo.org> | 2021-02-11 07:55:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-11 07:55:31 +0000 |
commit | 5a237af72d8a47c9f5c776e4b0866ee6ad69bbb2 (patch) | |
tree | 0d4c99da498ad2ec3fbad90436902584c2b04185 /sci-libs/fftw | |
parent | app-admin/fam: Stabilize 2.7.0_p17_p3 sparc, #770004 (diff) | |
download | gentoo-5a237af72d8a47c9f5c776e4b0866ee6ad69bbb2.tar.gz gentoo-5a237af72d8a47c9f5c776e4b0866ee6ad69bbb2.tar.bz2 gentoo-5a237af72d8a47c9f5c776e4b0866ee6ad69bbb2.zip |
sci-libs/fftw: Stabilize 3.3.9 sparc, #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 304c2b14b1bb..e0615fca2e8a 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+" |