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/Macaulay2/Macaulay2-1.6.ebuild | |
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/Macaulay2/Macaulay2-1.6.ebuild')
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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() { |