diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 11:30:55 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 11:39:39 +0100 |
commit | d64c320a1e03582d917b826549ace6ba8ec67c2c (patch) | |
tree | dd2b81770d11634f82c22cf9e5d22f78da881aa2 /sci-libs | |
parent | app-misc/jq: use ltprune eclass instead of eutils (diff) | |
download | gentoo-d64c320a1e03582d917b826549ace6ba8ec67c2c.tar.gz gentoo-d64c320a1e03582d917b826549ace6ba8ec67c2c.tar.bz2 gentoo-d64c320a1e03582d917b826549ace6ba8ec67c2c.zip |
sci-libs/fftw: stable 3.3.6_p2 for hppa, bug #631770
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"
Diffstat (limited to 'sci-libs')
-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 24266081efe4..2b393e1265de 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+" |