diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 13:57:47 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-28 13:57:47 +0000 |
commit | 432f4ea366ac8fca9c79c1d33cc758ed4bfd228d (patch) | |
tree | 0b014e200c100b2efe1496ac1cd777707ad96238 /sci-libs | |
parent | Stable for ia64, wrt bug #525972 (diff) | |
download | gentoo-2-432f4ea366ac8fca9c79c1d33cc758ed4bfd228d.tar.gz gentoo-2-432f4ea366ac8fca9c79c1d33cc758ed4bfd228d.tar.bz2 gentoo-2-432f4ea366ac8fca9c79c1d33cc758ed4bfd228d.zip |
Stable for ia64, wrt bug #530904
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.3.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index befa7c88ad01..ba27f7ec83cc 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.170 2015/02/27 11:29:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.171 2015/02/28 13:57:47 ago Exp $ + + 28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fftw-3.3.4.ebuild: + Stable for ia64, wrt bug #530904 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fftw-3.3.4.ebuild: Stable for sparc, wrt bug #530904 diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild index 0b0d304eeeb6..f73edd4766c5 100644 --- a/sci-libs/fftw/fftw-3.3.4.ebuild +++ b/sci-libs/fftw/fftw-3.3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.14 2015/02/27 11:29:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.15 2015/02/28 13:57:47 ago Exp $ EAPI=5 @@ -14,11 +14,11 @@ HOMEPAGE="http://www.fftw.org/" if [[ ${PV} = *9999 ]]; then inherit git-2 EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" - KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86" + KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86" AUTOTOOLS_AUTORECONF=1 else SRC_URI="http://www.fftw.org/${P}.tar.gz" - KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-2" |