diff options
author | 2013-05-01 13:33:43 +0000 | |
---|---|---|
committer | 2013-05-01 13:33:43 +0000 | |
commit | a0a98dff69e617436d7dd519af5f1656e36beeed (patch) | |
tree | 30cadbb3433d498b66131e3d0f182bb9e76d1ec2 /sci-libs/fftw/fftw-3.3.3-r1.ebuild | |
parent | convert to python-single-r1 wrt #467234 and fix build with automake-1.13 wrt ... (diff) | |
download | gentoo-2-a0a98dff69e617436d7dd519af5f1656e36beeed.tar.gz gentoo-2-a0a98dff69e617436d7dd519af5f1656e36beeed.tar.bz2 gentoo-2-a0a98dff69e617436d7dd519af5f1656e36beeed.zip |
sci-libs/fftw: Fix blocker of incompatible emul package versions, thanks mgorny
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-libs/fftw/fftw-3.3.3-r1.ebuild')
-rw-r--r-- | sci-libs/fftw/fftw-3.3.3-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/fftw/fftw-3.3.3-r1.ebuild b/sci-libs/fftw/fftw-3.3.3-r1.ebuild index df2831175c2a..fe270f6d74ac 100644 --- a/sci-libs/fftw/fftw-3.3.3-r1.ebuild +++ b/sci-libs/fftw/fftw-3.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.3-r1.ebuild,v 1.3 2013/03/10 18:47:22 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.3.3-r1.ebuild,v 1.4 2013/05/01 13:33:43 jlec Exp $ EAPI=5 @@ -22,7 +22,7 @@ IUSE="altivec avx doc fma fortran mpi neon openmp quad sse sse2 static-libs test REQUIRED_USE="amd64? ( abi_x86_32? ( !mpi !quad ) )" RDEPEND="mpi? ( virtual/mpi ) - abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20121202 )" + abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224 )" DEPEND="${RDEPEND} test? ( dev-lang/perl )" |