diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:29:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-02-27 11:29:48 +0000 |
commit | 8208ab3fd44df4817ac9dea1fda0a469eef9c226 (patch) | |
tree | c74b77495847a6fa20df03199cb87138914920af /sci-libs | |
parent | Stable for sparc, wrt bug #526024 (diff) | |
download | gentoo-2-8208ab3fd44df4817ac9dea1fda0a469eef9c226.tar.gz gentoo-2-8208ab3fd44df4817ac9dea1fda0a469eef9c226.tar.bz2 gentoo-2-8208ab3fd44df4817ac9dea1fda0a469eef9c226.zip |
Stable for sparc, wrt bug #530904
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", 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 78fc74747622..befa7c88ad01 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.169 2015/02/25 15:31:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.170 2015/02/27 11:29:48 ago Exp $ + + 27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fftw-3.3.4.ebuild: + Stable for sparc, wrt bug #530904 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fftw-3.3.4.ebuild: Stable for x86, wrt bug #530904 diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild index 12d3226f40e2..0b0d304eeeb6 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.13 2015/02/25 15:31:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.14 2015/02/27 11:29:48 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 x86" + KEYWORDS="alpha amd64 arm hppa 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" |