summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-29 21:20:44 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-29 21:20:44 +0000
commit8056fb6457d38c9ef3c67fd633c758217bc3119c (patch)
treeb428aa72aa3707b153adcc152fb51d6cd47d34d7 /sci-biology/fasta/fasta-35.4.10.ebuild
parentDev channel bump. (diff)
downloadgentoo-2-8056fb6457d38c9ef3c67fd633c758217bc3119c.tar.gz
gentoo-2-8056fb6457d38c9ef3c67fd633c758217bc3119c.tar.bz2
gentoo-2-8056fb6457d38c9ef3c67fd633c758217bc3119c.zip
Convert to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-biology/fasta/fasta-35.4.10.ebuild')
-rw-r--r--sci-biology/fasta/fasta-35.4.10.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/fasta/fasta-35.4.10.ebuild b/sci-biology/fasta/fasta-35.4.10.ebuild
index 41ebcaa340fa..eed851ad63b0 100644
--- a/sci-biology/fasta/fasta-35.4.10.ebuild
+++ b/sci-biology/fasta/fasta-35.4.10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.9 2012/12/10 19:48:44 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasta/fasta-35.4.10.ebuild,v 1.10 2015/01/29 21:20:44 mgorny Exp $
EAPI="2"
@@ -13,7 +13,7 @@ SRC_URI="http://faculty.virginia.edu/wrpearson/${PN}/${PN}3/${P}.tar.gz"
LICENSE="fasta"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-IUSE="debug sse2 test"
+IUSE="debug cpu_flags_x86_sse2 test"
DEPEND="test? ( app-shells/tcsh )"
RDEPEND=""
@@ -34,7 +34,7 @@ src_prepare() {
use amd64 && ALT="64"
fi
- if use sse2 ; then
+ if use cpu_flags_x86_sse2 ; then
ALT="${ALT}_sse2"
append-flags -msse2
[[ $(tc-getCC) == *icc* ]] || append-flags -ffast-math