diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2015-01-04 16:32:28 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2015-01-04 16:32:28 +0000 |
commit | 7eaa0b2e6ead12af426ad4b2c6e4bd7040970079 (patch) | |
tree | 15e124ab863ef0a6944583a53ed9744866e35286 /sci-libs/nfft | |
parent | amd64 stable wrt #534656 (diff) | |
download | gentoo-2-7eaa0b2e6ead12af426ad4b2c6e4bd7040970079.tar.gz gentoo-2-7eaa0b2e6ead12af426ad4b2c6e4bd7040970079.tar.bz2 gentoo-2-7eaa0b2e6ead12af426ad4b2c6e4bd7040970079.zip |
fixed deps (bug #534346)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs/nfft')
-rw-r--r-- | sci-libs/nfft/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/nfft/nfft-3.2.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/nfft/ChangeLog b/sci-libs/nfft/ChangeLog index dde2d86bba71..60a3c9e2ce9f 100644 --- a/sci-libs/nfft/ChangeLog +++ b/sci-libs/nfft/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/nfft -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/ChangeLog,v 1.1 2013/05/06 15:24:57 ottxor Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/ChangeLog,v 1.2 2015/01/04 16:32:28 ottxor Exp $ + + 04 Jan 2015; Christoph Junghans <ottxor@gentoo.org> nfft-3.2.3.ebuild: + fixed deps (bug #534346) *nfft-3.2.3 (06 May 2013) diff --git a/sci-libs/nfft/nfft-3.2.3.ebuild b/sci-libs/nfft/nfft-3.2.3.ebuild index a07bf8200e1e..f7447cfa8117 100644 --- a/sci-libs/nfft/nfft-3.2.3.ebuild +++ b/sci-libs/nfft/nfft-3.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild,v 1.1 2013/05/06 15:24:57 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild,v 1.2 2015/01/04 16:32:28 ottxor Exp $ EAPI="5" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="openmp static-libs" -RDEPEND="sci-libs/fftw:3.0[openmp?]" +RDEPEND="sci-libs/fftw:3.0[threads,openmp?]" DEPEND="${RDEPEND}" pkg_pretend() { |