diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-29 21:21:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-29 21:21:10 +0000 |
commit | cb6a855422be9755c2b1a434325ec597433baf7e (patch) | |
tree | 8040e86a13905625baf12d4a579db6f04a17521d /sci-biology/fasttree | |
parent | Convert to CPU_FLAGS_X86. (diff) | |
download | gentoo-2-cb6a855422be9755c2b1a434325ec597433baf7e.tar.gz gentoo-2-cb6a855422be9755c2b1a434325ec597433baf7e.tar.bz2 gentoo-2-cb6a855422be9755c2b1a434325ec597433baf7e.zip |
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sci-biology/fasttree')
-rw-r--r-- | sci-biology/fasttree/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/fasttree/fasttree-2.1.7.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/sci-biology/fasttree/ChangeLog b/sci-biology/fasttree/ChangeLog index f4cc081eadaf..5b063a229025 100644 --- a/sci-biology/fasttree/ChangeLog +++ b/sci-biology/fasttree/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/fasttree -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/ChangeLog,v 1.4 2013/12/20 09:20:44 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/ChangeLog,v 1.5 2015/01/29 21:21:10 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgorny@gentoo.org> fasttree-2.1.7.ebuild: + Switch to CPU_FLAGS_X86. *fasttree-2.1.7 (20 Dec 2013) @@ -21,4 +24,3 @@ 10 Sep 2009; Andrey Kislyuk <weaver@gentoo.org> +metadata.xml, +fasttree-2.0.1.ebuild: New package, ebuild written by me - diff --git a/sci-biology/fasttree/fasttree-2.1.7.ebuild b/sci-biology/fasttree/fasttree-2.1.7.ebuild index 80d666677e81..69375a55c1a1 100644 --- a/sci-biology/fasttree/fasttree-2.1.7.ebuild +++ b/sci-biology/fasttree/fasttree-2.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 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/fasttree/fasttree-2.1.7.ebuild,v 1.1 2013/12/20 09:20:44 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild,v 1.2 2015/01/29 21:21:10 mgorny Exp $ EAPI=5 @@ -17,9 +17,9 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="double-precision openmp sse3" +IUSE="double-precision openmp cpu_flags_x86_sse3" -REQUIRED_USE="?? ( double-precision sse3 )" +REQUIRED_USE="?? ( double-precision cpu_flags_x86_sse3 )" DOCS=( README ) @@ -38,7 +38,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DVERSION="${PV}" - $(cmake-utils_use_has sse3) + $(cmake-utils_use_has cpu_flags_x86_sse3 sse3) $(cmake-utils_use_use openmp) $(cmake-utils_use_use double-precision double) ) |