diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-02-08 06:33:37 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-02-08 06:33:37 +0000 |
commit | 8629ff08d1fdd2c38d4baf4529a55e081b12e781 (patch) | |
tree | 558409de5c4e4cd6ed4e6fbf273d9c52f141a8b4 /sci-libs | |
parent | sci-physics/lammps: Added new version. (diff) | |
download | gentoo-2-8629ff08d1fdd2c38d4baf4529a55e081b12e781.tar.gz gentoo-2-8629ff08d1fdd2c38d4baf4529a55e081b12e781.tar.bz2 gentoo-2-8629ff08d1fdd2c38d4baf4529a55e081b12e781.zip |
Stable for HPPA (bug #530904).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
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 1b255f256630..6d476e45aa88 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.162 2015/01/29 22:57:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.163 2015/02/08 06:33:37 jer Exp $ + + 08 Feb 2015; Jeroen Roovers <jer@gentoo.org> fftw-3.3.4.ebuild: + Stable for HPPA (bug #530904). 29 Jan 2015; Michał Górny <mgorny@gentoo.org> fftw-3.3.3-r2.ebuild, fftw-3.3.4.ebuild, metadata.xml: diff --git a/sci-libs/fftw/fftw-3.3.4.ebuild b/sci-libs/fftw/fftw-3.3.4.ebuild index 12ba7a8171b5..41a0c6d5ff35 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.6 2015/01/29 22:57:00 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.4.ebuild,v 1.7 2015/02/08 06:33:37 jer 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="" + KEYWORDS="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" |