diff options
author | 2015-02-15 06:46:42 +0000 | |
---|---|---|
committer | 2015-02-15 06:46:42 +0000 | |
commit | 181726868835008467a47b439a2b4923b4713893 (patch) | |
tree | 38dc492a8edea767d4cc67b9787cbed0e0f190f2 /sci-libs/acml | |
parent | Bump (diff) | |
download | gentoo-2-181726868835008467a47b439a2b4923b4713893.tar.gz gentoo-2-181726868835008467a47b439a2b4923b4713893.tar.bz2 gentoo-2-181726868835008467a47b439a2b4923b4713893.zip |
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)
Diffstat (limited to 'sci-libs/acml')
-rw-r--r-- | sci-libs/acml/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/acml/acml-4.1.0-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index d06e881489f1..1c0ec66ebe57 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -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 <vapier@gentoo.org> acml-4.1.0-r1.ebuild: + Switch to matching versions as the SLOT in older versions is changing #528196. 10 Feb 2015; Justin Lecher <jlec@gentoo.org> acml-4.1.0-r1.ebuild, metadata.xml: diff --git a/sci-libs/acml/acml-4.1.0-r1.ebuild b/sci-libs/acml/acml-4.1.0-r1.ebuild index 32b0a9e8a618..6fc63cd0ba11 100644 --- a/sci-libs/acml/acml-4.1.0-r1.ebuild +++ b/sci-libs/acml/acml-4.1.0-r1.ebuild @@ -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 @@ RESTRICT="strip fetch" 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 |