diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-12-07 07:24:20 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-12-07 07:24:20 +0100 |
commit | 0dacc1b7443f1f333c80a3f3c26a5359d12e3880 (patch) | |
tree | 924c122426ff47e0df398693201caa58d68f03b3 /sci-libs | |
parent | x11-misc/fbpager: x86 stable wrt bug #828315 (diff) | |
download | gentoo-0dacc1b7443f1f333c80a3f3c26a5359d12e3880.tar.gz gentoo-0dacc1b7443f1f333c80a3f3c26a5359d12e3880.tar.bz2 gentoo-0dacc1b7443f1f333c80a3f3c26a5359d12e3880.zip |
sci-libs/fftw: x86 stable wrt bug #821916
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@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 5fe1d0046656..6b8b39b12013 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}" |