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 99A69138C48 for ; Mon, 13 Apr 2015 06:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A44E09B2; Mon, 13 Apr 2015 06:34:30 +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 F3345E09B2 for ; Mon, 13 Apr 2015 06:34:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 28A763409AA for ; Mon, 13 Apr 2015 06:34:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C92D615D07 for ; Mon, 13 Apr 2015 06:34:25 +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: <1428906791.7c63156b2e6ba1dd83c55b622c0f509a16074178.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-3.3.4-r1.ebuild X-VCS-Directories: sci-libs/fftw/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7c63156b2e6ba1dd83c55b622c0f509a16074178 X-VCS-Branch: master Date: Mon, 13 Apr 2015 06:34:25 +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: 28c1056a-0010-4e32-a71a-8a8e9c6b83d5 X-Archives-Hash: 046ebfe33990bcf109bc4198f6c5c571 commit: 7c63156b2e6ba1dd83c55b622c0f509a16074178 Author: Justin Lecher gentoo org> AuthorDate: Mon Apr 13 06:33:11 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Apr 13 06:33:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c63156b sci-libs/fftw: Drop emul package support Package-Manager: portage-2.2.18 sci-libs/fftw/ChangeLog | 3 +++ sci-libs/fftw/fftw-3.3.4-r1.ebuild | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 0504f2f..918dd73 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 13 Apr 2015; Justin Lecher fftw-3.3.4-r1.ebuild: + sci-libs/fftw: Drop emul package support + 19 Feb 2015; Christoph Junghans fftw-3.3.4-r1.ebuild: dropped sparc diff --git a/sci-libs/fftw/fftw-3.3.4-r1.ebuild b/sci-libs/fftw/fftw-3.3.4-r1.ebuild index 071fd45..973b846 100644 --- a/sci-libs/fftw/fftw-3.3.4-r1.ebuild +++ b/sci-libs/fftw/fftw-3.3.4-r1.ebuild @@ -26,9 +26,7 @@ SLOT="3.0/3" IUSE="altivec cpu_flags_x86_avx doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran mpi neon openmp quad cpu_flags_x86_sse cpu_flags_x86_sse2 static-libs test threads zbus" RDEPEND=" - mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP}] ) - abi_x86_32? ( !<=app-emulation/emul-linux-x86-soundlibs-20130224-r2 - !app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] )" + mpi? ( >=virtual/mpi-2.0-r4[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} test? ( dev-lang/perl )"