vapier 15/02/15 06:46:42 Modified: acml-4.1.0-r1.ebuild ChangeLog Log: Switch to matching versions as the SLOT in older versions is changing #528196. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.13 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.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?r1=1.12&r2=1.13 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- acml-4.1.0-r1.ebuild 10 Feb 2015 07:44:41 -0000 1.12 +++ acml-4.1.0-r1.ebuild 15 Feb 2015 06:46:42 -0000 1.13 @@ -1,6 +1,6 @@ # 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.12 2015/02/10 07:44:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.13 2015/02/15 06:46:42 vapier 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* ) + !gfortran? ( !ifc? ( =sys-devel/gcc-4.2* ) )" DEPEND="test? ( ${CDEPEND} ) app-admin/eselect-blas 1.48 sci-libs/acml/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.48&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.48&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.47&r2=1.48 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 10 Feb 2015 07:44:41 -0000 1.47 +++ ChangeLog 15 Feb 2015 06:46:42 -0000 1.48 @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/acml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.47 2015/02/10 07:44:41 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.48 2015/02/15 06:46:42 vapier Exp $ + + 15 Feb 2015; Mike Frysinger <[email protected]> acml-4.1.0-r1.ebuild: + Switch to matching versions as the SLOT in older versions is changing #528196. 10 Feb 2015; Justin Lecher <[email protected]> acml-4.1.0-r1.ebuild, metadata.xml:
