summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2007-06-07 17:32:13 +0000
committerFabian Groffen <grobian@gentoo.org>2007-06-07 17:32:13 +0000
commit28338d892aa2ed9b7a55340576ea0de17af2018b (patch)
treeefa9d44bbf42a66d603895ad1abd10fcb96861b8 /sci-libs/fftw/fftw-3.1.2.ebuild
parentversion bump (diff)
downloadgentoo-2-28338d892aa2ed9b7a55340576ea0de17af2018b.tar.gz
gentoo-2-28338d892aa2ed9b7a55340576ea0de17af2018b.tar.bz2
gentoo-2-28338d892aa2ed9b7a55340576ea0de17af2018b.zip
Dropped ppc-macos keyword, see you in prefix.
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-libs/fftw/fftw-3.1.2.ebuild')
-rw-r--r--sci-libs/fftw/fftw-3.1.2.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/sci-libs/fftw/fftw-3.1.2.ebuild b/sci-libs/fftw/fftw-3.1.2.ebuild
index 1c40b9cf9acb..f3c9f74a961b 100644
--- a/sci-libs/fftw/fftw-3.1.2.ebuild
+++ b/sci-libs/fftw/fftw-3.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild,v 1.6 2007/06/07 12:48:46 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/fftw-3.1.2.ebuild,v 1.7 2007/06/07 17:32:13 grobian Exp $
inherit flag-o-matic eutils toolchain-funcs autotools
@@ -10,7 +10,7 @@ SRC_URI="http://www.fftw.org/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="3.0"
-KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ~ppc-macos ppc64 sparc x86"
+KEYWORDS="alpha ~amd64 ~arm hppa ia64 ~mips ~ppc ppc64 sparc x86"
IUSE="altivec sse sse2 test"
DEPEND="test? ( dev-lang/perl )"
@@ -19,10 +19,6 @@ src_unpack() {
unpack ${A}
cd "${S}"
- if [[ "${ARCH}" == "ppc-macos" ]];then
- epatch "${FILESDIR}"/${PN}-ppc-macos.patch
- fi
-
# fix info file
sed -e 's/Texinfo documentation system/Libraries/' \
-i doc/fftw3.info || die "failed to fix info file"