commit: 8930ee5bdd97ef5d99b6cbb99037c7b9a1ea5a39 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Sun Feb 1 18:13:23 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Feb 1 18:13:23 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=8930ee5b
sci-biology/ugene: Convert sse2 to cpu_flags_x86_sse2 --- sci-biology/ugene/ChangeLog | 6 +++++- sci-biology/ugene/ugene-1.13.3.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/sci-biology/ugene/ChangeLog b/sci-biology/ugene/ChangeLog index cff7871..e7a8604 100644 --- a/sci-biology/ugene/ChangeLog +++ b/sci-biology/ugene/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/ugene -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 01 Feb 2015; Marius Brehler <[email protected]> + ugene-1.13.3.ebuild.ebuild: + Convert sse2 to cpu_flags_x86_sse2 + *ugene-1.13.3 (01 Jun 2014) 01 Jun 2014; Alexey Shvetsov <[email protected]> +metadata.xml, diff --git a/sci-biology/ugene/ugene-1.13.3.ebuild b/sci-biology/ugene/ugene-1.13.3.ebuild index af8c070..9d6e4fb 100644 --- a/sci-biology/ugene/ugene-1.13.3.ebuild +++ b/sci-biology/ugene/ugene-1.13.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -13,7 +13,7 @@ SRC_URI="http://${PN}.unipro.ru/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="sse2" +IUSE="cpu_flags_x86_sse2" DEPEND=" dev-qt/qtgui:4" @@ -29,7 +29,7 @@ src_configure() { CONFIG_OPTS+=( CONFIG+="ppc" ) fi - use sse2 && CONFIG_OPTS+=( use_sse2 ) + use cpu_flags_x86_sse2 && CONFIG_OPTS+=( use_sse2 ) eqmake4 $CONFIG_OPTS || die }
