patrick 15/02/10 02:27:37 Modified: acml-4.1.0-r1.ebuild ChangeLog Log: Fix gcc slot to match toolchain changes (Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.11 sci-libs/acml/acml-4.1.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?r1=1.10&r2=1.11 Index: acml-4.1.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- acml-4.1.0-r1.ebuild 16 Oct 2012 20:48:56 -0000 1.10 +++ acml-4.1.0-r1.ebuild 10 Feb 2015 02:27:37 -0000 1.11 @@ -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-libs/acml/acml-4.1.0-r1.ebuild,v 1.10 2012/10/16 20:48:56 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.11 2015/02/10 02:27:37 patrick Exp $ EAPI=1 @@ -33,8 +33,8 @@ CDEPEND=" ifc? ( dev-lang/ifc ) - gfortran? ( sys-devel/gcc:4.2 ) - !gfortran? ( !ifc? ( sys-devel/gcc:4.2 ) )" + gfortran? ( sys-devel/gcc:4.2.4 ) + !gfortran? ( !ifc? ( sys-devel/gcc:4.2.4 ) )" DEPEND="test? ( ${CDEPEND} ) app-admin/eselect-blas 1.46 sci-libs/acml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 16 Oct 2012 20:48:56 -0000 1.45 +++ ChangeLog 10 Feb 2015 02:27:37 -0000 1.46 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/acml -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.45 2012/10/16 20:48:56 jlec Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.46 2015/02/10 02:27:37 patrick Exp $ + + 10 Feb 2015; Patrick Lauer <[email protected]> acml-4.1.0-r1.ebuild: + Fix gcc slot to match toolchain changes 16 Oct 2012; Justin Lecher <[email protected]> -acml-3.6.0-r1.ebuild, acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild, metadata.xml:
