diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 11:10:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-23 11:10:11 +0000 |
commit | 2c8d2c63d712ca6557c78ed34ec317ed4d634240 (patch) | |
tree | 78f92685a3c7e948e7a7889105ee45e35e350f5b /sci-libs/fftw | |
parent | Stable for ppc64, wrt bug #526024 (diff) | |
download | gentoo-2-2c8d2c63d712ca6557c78ed34ec317ed4d634240.tar.gz gentoo-2-2c8d2c63d712ca6557c78ed34ec317ed4d634240.tar.bz2 gentoo-2-2c8d2c63d712ca6557c78ed34ec317ed4d634240.zip |
Stable for ppc64, wrt bug #530904
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/fftw')
-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 e30a8eba810f..c216cb3aa837 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.166 2015/02/21 12:03:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.167 2015/02/23 11:10:11 ago Exp $ + + 23 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fftw-3.3.4.ebuild: + Stable for ppc64, wrt bug #530904 21 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fftw-3.3.4.ebuild: Stable for ppc, wrt bug #530904 diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild index 84c3af65c12e..8c36e5312ad2 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.10 2015/02/21 12:03:53 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.11 2015/02/23 11:10:11 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="amd64 arm hppa ppc" + KEYWORDS="amd64 arm hppa ppc ppc64" 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" |