diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-18 20:00:28 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-02-18 20:00:28 +0000 |
commit | 35e55f35a96b8ff46ca39bf72d6a83bf9e940fe3 (patch) | |
tree | 26b791ff176f28e934aeef7c975a7c423889ebe7 /sci-libs/fftw | |
parent | net-dialup/freeradius-client: stable 1.1.7-r1 for ppc (diff) | |
download | gentoo-35e55f35a96b8ff46ca39bf72d6a83bf9e940fe3.tar.gz gentoo-35e55f35a96b8ff46ca39bf72d6a83bf9e940fe3.tar.bz2 gentoo-35e55f35a96b8ff46ca39bf72d6a83bf9e940fe3.zip |
sci-libs/fftw: stable 3.3.9 for ppc
stable wrt bug #770025
Package-Manager: Portage-3.0.14, Repoman-3.0.2
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.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.9.ebuild b/sci-libs/fftw/fftw-3.3.9.ebuild index 7b33de00082e..61cda9c857b2 100644 --- a/sci-libs/fftw/fftw-3.3.9.ebuild +++ b/sci-libs/fftw/fftw-3.3.9.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 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="GPL-2+" |