diff options
author | Matt Turner <mattst88@gentoo.org> | 2017-03-16 22:02:19 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2017-03-16 23:36:44 -0700 |
commit | 2bd31e36d525b638b7b0ab84cb37a1ef398548ef (patch) | |
tree | 50c6fd488bbd69cd88c527323fa0b98cc402d178 /sci-libs/fftw | |
parent | dev-libs/boost: added ~sparc, bug 592468 (diff) | |
download | gentoo-2bd31e36d525b638b7b0ab84cb37a1ef398548ef.tar.gz gentoo-2bd31e36d525b638b7b0ab84cb37a1ef398548ef.tar.bz2 gentoo-2bd31e36d525b638b7b0ab84cb37a1ef398548ef.zip |
sci-libs/fftw: added ~sparc, bug 592468
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.5-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/fftw/fftw-3.3.6_p1.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/fftw/fftw-3.3.5-r2.ebuild b/sci-libs/fftw/fftw-3.3.5-r2.ebuild index dfb13b5a7c2a..07c2837181f1 100644 --- a/sci-libs/fftw/fftw-3.3.5-r2.ebuild +++ b/sci-libs/fftw/fftw-3.3.5-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" else SRC_URI="http://www.fftw.org/${P}.tar.gz" - KEYWORDS="~alpha ~ia64 ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~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+" diff --git a/sci-libs/fftw/fftw-3.3.6_p1.ebuild b/sci-libs/fftw/fftw-3.3.6_p1.ebuild index c56553d36fcc..5b793c7a5ea2 100644 --- a/sci-libs/fftw/fftw-3.3.6_p1.ebuild +++ b/sci-libs/fftw/fftw-3.3.6_p1.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="https://github.com/FFTW/fftw3.git" else SRC_URI="http://www.fftw.org/${PN}-${PV/_p/-pl}.tar.gz" - KEYWORDS="~alpha ~ia64 ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~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+" |