diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-06 08:15:14 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-06 08:15:14 +0100 |
commit | af8925ce5f8d2a87c3f964b8c2014ab2181048f2 (patch) | |
tree | be26249f7edae8141ca78832043815b41290536b /sci-libs/fftw/fftw-3.3.10.ebuild | |
parent | sys-fs/udisks: sparc stable wrt bug #828407 (diff) | |
download | gentoo-af8925ce5f8d2a87c3f964b8c2014ab2181048f2.tar.gz gentoo-af8925ce5f8d2a87c3f964b8c2014ab2181048f2.tar.bz2 gentoo-af8925ce5f8d2a87c3f964b8c2014ab2181048f2.zip |
sci-libs/fftw: Stabilize 3.3.10 amd64, #821916
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs/fftw/fftw-3.3.10.ebuild')
-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 54d8ba2fd296..5fe1d0046656 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}" |