summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-02-19 09:04:13 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-02-19 09:04:13 +0000
commit0b95d1b50c1b99f80cc661a7f3fe8afa4098d6c1 (patch)
treef1e09b51208d185b19e2e58283d58373c10d295f /sci-libs/fftw
parentStable for amd64, wrt bug #539936 (diff)
downloadgentoo-2-0b95d1b50c1b99f80cc661a7f3fe8afa4098d6c1.tar.gz
gentoo-2-0b95d1b50c1b99f80cc661a7f3fe8afa4098d6c1.tar.bz2
gentoo-2-0b95d1b50c1b99f80cc661a7f3fe8afa4098d6c1.zip
Stable for amd64, wrt bug #530904
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r--sci-libs/fftw/ChangeLog5
-rw-r--r--sci-libs/fftw/fftw-3.3.4.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog
index bad4c72c6e06..6b193dd7b734 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.164 2015/02/17 21:05:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.165 2015/02/19 09:04:13 ago Exp $
+
+ 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> fftw-3.3.4.ebuild:
+ Stable for amd64, wrt bug #530904
17 Feb 2015; Markus Meier <maekke@gentoo.org> fftw-3.3.4.ebuild:
arm stable, bug #530904
diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild
index d7b0033c347f..9f99ca678f1b 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.8 2015/02/17 21:05:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.9 2015/02/19 09:04:13 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="arm hppa"
+ KEYWORDS="amd64 arm hppa"
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"