diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 13:40:33 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 13:40:33 +0100 |
commit | a214003bbb3b693972fa786b8384fb994cef508b (patch) | |
tree | 73154af7017d8a1259b3c31385d176ebe9d2f7e6 /sci-libs/fftw | |
parent | www-servers/apache: stable 2.4.27-r1 for ppc64, bug #631308 (diff) | |
download | gentoo-a214003bbb3b693972fa786b8384fb994cef508b.tar.gz gentoo-a214003bbb3b693972fa786b8384fb994cef508b.tar.bz2 gentoo-a214003bbb3b693972fa786b8384fb994cef508b.zip |
sci-libs/fftw: stable 3.3.6_p2 for ppc64, bug #631770
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.6_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.6_p2.ebuild b/sci-libs/fftw/fftw-3.3.6_p2.ebuild index 30f6ca09ebae..0f4d7da0e534 100644 --- a/sci-libs/fftw/fftw-3.3.6_p2.ebuild +++ b/sci-libs/fftw/fftw-3.3.6_p2.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+" |