From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9066C13877A for ; Fri, 4 Jul 2014 07:10:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C0CBE07D7; Fri, 4 Jul 2014 07:10:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE45AE07D6 for ; Fri, 4 Jul 2014 07:10:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF6F433FDA6 for ; Fri, 4 Jul 2014 07:10:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 6BE7A182D3 for ; Fri, 4 Jul 2014 07:10:15 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1404455948.835c77a0b634b31e01c792c6a1e0c18011789fe6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/fftw/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/fftw/ChangeLog sci-libs/fftw/fftw-9999.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 835c77a0b634b31e01c792c6a1e0c18011789fe6 X-VCS-Branch: master Date: Fri, 4 Jul 2014 07:10:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f037ea42-fb4a-4414-b8e6-48c17c67e189 X-Archives-Hash: 3b02d68565ce0ea5228f8d68b2536863 commit: 835c77a0b634b31e01c792c6a1e0c18011789fe6 Author: Justin Lecher gentoo org> AuthorDate: Fri Jul 4 06:39:08 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Jul 4 06:39:08 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=835c77a0 sci-libs/fftw: Drop reference to app-emulation/emul-linux-x86-soundlibs Package-Manager: portage-2.2.10 --- sci-libs/fftw/ChangeLog | 3 +++ sci-libs/fftw/fftw-9999.ebuild | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index c22b85c..cedc57e 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Jul 2014; Justin Lecher fftw-9999.ebuild: + Drop reference to app-emulation/emul-linux-x86-soundlibs + 06 Jan 2014; Justin Lecher fftw-9999.ebuild: Switch from git-2 to git-r3 diff --git a/sci-libs/fftw/fftw-9999.ebuild b/sci-libs/fftw/fftw-9999.ebuild index 891b6a1..1b02b62 100644 --- a/sci-libs/fftw/fftw-9999.ebuild +++ b/sci-libs/fftw/fftw-9999.ebuild @@ -26,10 +26,7 @@ LICENSE="GPL-2" SLOT="3.0" IUSE="altivec avx doc fma fortran mpi neon openmp quad sse sse2 static-libs test threads zbus" -RDEPEND=" - mpi? ( virtual/mpi ) - abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r2 - !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )" +RDEPEND="mpi? ( virtual/mpi )" DEPEND="${RDEPEND} test? ( dev-lang/perl )"