diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2020-07-25 10:29:51 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-25 09:42:06 +0100 |
commit | 6ff5e84d118e11dc424f6aed7e05f32c5b303c53 (patch) | |
tree | f24d6a34e71e707f26622c3f310373e97d027a64 /sci-libs/fftw | |
parent | x11-misc/xdg-utils: stable 1.1.3_p20200220 for sparc, bug #733598 (diff) | |
download | gentoo-6ff5e84d118e11dc424f6aed7e05f32c5b303c53.tar.gz gentoo-6ff5e84d118e11dc424f6aed7e05f32c5b303c53.tar.bz2 gentoo-6ff5e84d118e11dc424f6aed7e05f32c5b303c53.zip |
sci-libs/fftw: stable 3.3.8-r1 for sparc, bug #733576
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.8-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.8-r1.ebuild b/sci-libs/fftw/fftw-3.3.8-r1.ebuild index 47ebe45150ef..56b961fffcce 100644 --- a/sci-libs/fftw/fftw-3.3.8-r1.ebuild +++ b/sci-libs/fftw/fftw-3.3.8-r1.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 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-2+" |