diff options
author | Thomas Kahle <tomka@gentoo.org> | 2014-05-03 15:44:12 +0000 |
---|---|---|
committer | Thomas Kahle <tomka@gentoo.org> | 2014-05-03 15:44:12 +0000 |
commit | 88e00f6080e8469ad744d7fc7d9d39f70ffc505d (patch) | |
tree | ca468af63c9498b00dea5aaeeaeec2146a47f471 /sci-mathematics | |
parent | Dev channel bump. (diff) | |
download | gentoo-2-88e00f6080e8469ad744d7fc7d9d39f70ffc505d.tar.gz gentoo-2-88e00f6080e8469ad744d7fc7d9d39f70ffc505d.tar.bz2 gentoo-2-88e00f6080e8469ad744d7fc7d9d39f70ffc505d.zip |
Use python-2 for gtest (bug 509462)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/Macaulay2/ChangeLog | 7 | ||||
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index f3bd26f71ba2..cd6c0ae3cda7 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/Macaulay2 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.30 2013/07/27 14:58:13 tomka Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/ChangeLog,v 1.31 2014/05/03 15:44:12 tomka Exp $ + + 03 May 2014; Thomas Kahle <tomka@gentoo.org> Macaulay2-1.6.ebuild: + Use python-2 for gtest (bug 509462) 27 Jul 2013; Thomas Kahle <tomka@gentoo.org> Macaulay2-1.6.ebuild: relax Normaliz dep diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild b/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild index c9dcd7c0bde8..74aa81e35f90 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v 1.3 2013/07/27 14:58:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild,v 1.4 2014/05/03 15:44:12 tomka Exp $ EAPI=5 @@ -69,7 +69,7 @@ pkg_setup () { append-cppflags "-I/usr/include/frobby" # gtest needs python:2. Setting it with python_export preserves # the exported variables in other phases too. - python_export python2_7 + python_export python2_7 PYTHON EPYTHON } src_prepare() { |