diff options
author | Sam James <sam@gentoo.org> | 2021-12-05 22:05:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-05 22:05:09 +0000 |
commit | a4b5f40a50b0b09d11aef1afcda0efbae050ea2b (patch) | |
tree | d5dfef2a9e2d0ad5f4281cc67197d60dd37d82cb /sci-libs | |
parent | sci-libs/gdal: Stabilize 3.3.3 amd64, #828398 (diff) | |
download | gentoo-a4b5f40a50b0b09d11aef1afcda0efbae050ea2b.tar.gz gentoo-a4b5f40a50b0b09d11aef1afcda0efbae050ea2b.tar.bz2 gentoo-a4b5f40a50b0b09d11aef1afcda0efbae050ea2b.zip |
sci-libs/fftw: Stabilize 3.3.10 ppc, #821916
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.10.ebuild b/sci-libs/fftw/fftw-3.3.10.ebuild index 4f5b2428e156..fbb9ae5ada01 100644 --- a/sci-libs/fftw/fftw-3.3.10.ebuild +++ b/sci-libs/fftw/fftw-3.3.10.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" else SRC_URI="https://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi S="${WORKDIR}/${MY_P}" |