mgorny 15/01/29 21:21:10 Modified: fasttree-2.1.7.ebuild ChangeLog Log: Switch to CPU_FLAGS_X86. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 sci-biology/fasttree/fasttree-2.1.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild?r1=1.1&r2=1.2 Index: fasttree-2.1.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasttree/fasttree-2.1.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- fasttree-2.1.7.ebuild 20 Dec 2013 09:20:44 -0000 1.1 +++ fasttree-2.1.7.ebuild 29 Jan 2015 21:21:10 -0000 1.2 @@ -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 @@ 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_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) ) 1.5 sci-biology/fasttree/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-biology/fasttree/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-biology/fasttree/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 20 Dec 2013 09:20:44 -0000 1.4 +++ ChangeLog 29 Jan 2015 21:21:10 -0000 1.5 @@ -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 <[email protected]> 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 <[email protected]> +metadata.xml, +fasttree-2.0.1.ebuild: New package, ebuild written by me -
