mgorny 15/01/29 21:31:07 Modified: libcmatrix-3.11.0.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.8 sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild?r1=1.7&r2=1.8 Index: libcmatrix-3.11.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libcmatrix-3.11.0.ebuild 20 May 2013 16:28:04 -0000 1.7 +++ libcmatrix-3.11.0.ebuild 29 Jan 2015 21:31:07 -0000 1.8 @@ -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-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.7 2013/05/20 16:28:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/libcmatrix-3.11.0.ebuild,v 1.8 2015/01/29 21:31:07 mgorny Exp $ EAPI=5 @@ -18,7 +18,7 @@ LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="sse threads" +IUSE="cpu_flags_x86_sse threads" RDEPEND="sci-libs/minuit" DEPEND="${RDEPEND}" @@ -43,7 +43,7 @@ --with-minuit \ --without-atlas \ --with-sysroot="${EROOT}" \ - $(use_with sse) \ + $(use_with cpu_flags_x86_sse sse) \ $(use_with threads) } 1.16 sci-libs/libcmatrix/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libcmatrix/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 20 May 2013 16:28:04 -0000 1.15 +++ ChangeLog 29 Jan 2015 21:31:07 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/libcmatrix -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.15 2013/05/20 16:28:04 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libcmatrix/ChangeLog,v 1.16 2015/01/29 21:31:07 mgorny Exp $ + + 29 Jan 2015; Michał Górny <mgo...@gentoo.org> libcmatrix-3.11.0.ebuild: + Switch to CPU_FLAGS_X86. 20 May 2013; Justin Lecher <j...@gentoo.org> libcmatrix-3.11.0.ebuild: Change license to a-r-r and RESTRICT=mirror, #465594 @@ -65,4 +68,3 @@ +libcmatrix-3.2.1.ebuild, +files/3.2.1-minuit2.patch, +files/3.2.1-shared.patch, +metadata.xml: New Addition, imported from sci overlay -