ottxor 15/01/04 16:32:28 Modified: nfft-3.2.3.ebuild ChangeLog Log: fixed deps (bug #534346) (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Revision Changes Path 1.2 sci-libs/nfft/nfft-3.2.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild?r1=1.1&r2=1.2 Index: nfft-3.2.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/nfft/nfft-3.2.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nfft-3.2.3.ebuild 6 May 2013 15:24:57 -0000 1.1 +++ nfft-3.2.3.ebuild 4 Jan 2015 16:32:28 -0000 1.2 @@ -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 @@ 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() { 1.2 sci-libs/nfft/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nfft/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nfft/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/nfft/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/nfft/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 6 May 2013 15:24:57 -0000 1.1 +++ ChangeLog 4 Jan 2015 16:32:28 -0000 1.2 @@ -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 <[email protected]> nfft-3.2.3.ebuild: + fixed deps (bug #534346) *nfft-3.2.3 (06 May 2013)
