diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-09-23 14:03:59 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-09-23 14:03:59 +0200 |
commit | acf892144b4e823550cd18f2214f7489e917c929 (patch) | |
tree | 669c604c27e8054f7785ddba679e0a09eb461d6c /sci-libs/fftw | |
parent | net-libs/libpri: [QA] Remove $Id$ from ebuild header. (diff) | |
download | gentoo-acf892144b4e823550cd18f2214f7489e917c929.tar.gz gentoo-acf892144b4e823550cd18f2214f7489e917c929.tar.bz2 gentoo-acf892144b4e823550cd18f2214f7489e917c929.zip |
sci-libs/fftw-3.3.6_p2-r0: alpha stable
Gentoo-Bug: 631770
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.6_p2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/fftw/fftw-3.3.6_p2.ebuild b/sci-libs/fftw/fftw-3.3.6_p2.ebuild index 2f240987870f..30f6ca09ebae 100644 --- a/sci-libs/fftw/fftw-3.3.6_p2.ebuild +++ b/sci-libs/fftw/fftw-3.3.6_p2.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 amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" + KEYWORDS="alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" fi LICENSE="GPL-2+" |