diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:45:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:45:55 +0100 |
commit | 782c31079c20cb2f80264b4125311e981fb2b226 (patch) | |
tree | 526b96ba46e91457a89e36b0187fba69ff0745e8 /sci-libs/fftw | |
parent | sci-libs/hdf5: stable 1.10.5-r1 for ppc (diff) | |
download | gentoo-782c31079c20cb2f80264b4125311e981fb2b226.tar.gz gentoo-782c31079c20cb2f80264b4125311e981fb2b226.tar.bz2 gentoo-782c31079c20cb2f80264b4125311e981fb2b226.zip |
sci-libs/fftw: stable 3.3.8-r1 for ppc
stable wrt bug #733576
Package-Manager: Portage-3.0.1, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
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 fa52ef3aa6b6..ba524271d355 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+" |