diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 14:04:50 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-09-23 14:05:54 +0100 |
commit | ee3a91a3bb4de55adf47224e4977e473024af203 (patch) | |
tree | b52cb0206b71a669c0bd4691abf3ba7a376feb8f /sci-libs/fftw | |
parent | sys-apps/file: stable 5.32 for ia64, bug #629872 (diff) | |
download | gentoo-ee3a91a3bb4de55adf47224e4977e473024af203.tar.gz gentoo-ee3a91a3bb4de55adf47224e4977e473024af203.tar.bz2 gentoo-ee3a91a3bb4de55adf47224e4977e473024af203.zip |
sci-libs/fftw: stable 3.3.6_p2 for ia64, bug #631770
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="ia64"
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 0f4d7da0e534..c493f5f10667 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+" |