commit: 6d199fc567c61e72dec8ea1ec18450689b6f4c48 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Mon Jun 22 10:20:52 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Mon Jun 22 10:20:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6d199fc5
sci-chemistry/curvefit: Fix for new gcc slotting Package-Manager: portage-2.2.20 RepoMan-Options: --force sci-chemistry/curvefit/ChangeLog | 6 ++++-- sci-chemistry/curvefit/curvefit-1.40.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sci-chemistry/curvefit/ChangeLog b/sci-chemistry/curvefit/ChangeLog index 0d518f9..922af82 100644 --- a/sci-chemistry/curvefit/ChangeLog +++ b/sci-chemistry/curvefit/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sci-chemistry/curvefit -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 22 Jun 2015; Justin Lecher <[email protected]> curvefit-1.40.ebuild: + sci-chemistry/curvefit: Fix for new gcc slotting + 11 Aug 2014; Justin Lecher <[email protected]> curvefit-1.40.ebuild: Fix missing libs on prefix @@ -29,4 +32,3 @@ 14 Sep 2012; Justin Lecher <[email protected]> +curvefit-1.40.ebuild, +metadata.xml: New addition - diff --git a/sci-chemistry/curvefit/curvefit-1.40.ebuild b/sci-chemistry/curvefit/curvefit-1.40.ebuild index b4c11fc..84d116b 100644 --- a/sci-chemistry/curvefit/curvefit-1.40.ebuild +++ b/sci-chemistry/curvefit/curvefit-1.40.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: $ @@ -17,7 +17,7 @@ IUSE="examples" RDEPEND=" sci-libs/blas-reference - sys-devel/gcc:4.1" + =sys-devel/gcc-4.1*" DEPEND="dev-util/patchelf" S="${WORKDIR}"/linux
