diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-11-11 18:12:12 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-11-11 18:12:12 +0000 |
commit | ee14a134efc0bd302cbfd63afc8aea420b27a431 (patch) | |
tree | 87bc79da175a944100d94e8a15148fd0ae9f7cf3 /sci-chemistry/sparky/sparky-3.115-r1.ebuild | |
parent | Update due to upstream changes. (diff) | |
download | historical-ee14a134efc0bd302cbfd63afc8aea420b27a431.tar.gz historical-ee14a134efc0bd302cbfd63afc8aea420b27a431.tar.bz2 historical-ee14a134efc0bd302cbfd63afc8aea420b27a431.zip |
sci-chemistry/sparky: It also works with python 2.7
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xB9D4F231BD1558AB!
Diffstat (limited to 'sci-chemistry/sparky/sparky-3.115-r1.ebuild')
-rw-r--r-- | sci-chemistry/sparky/sparky-3.115-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/sparky/sparky-3.115-r1.ebuild b/sci-chemistry/sparky/sparky-3.115-r1.ebuild index d27feab84f7d..e313dd78f6d2 100644 --- a/sci-chemistry/sparky/sparky-3.115-r1.ebuild +++ b/sci-chemistry/sparky/sparky-3.115-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v 1.2 2013/08/01 09:51:53 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v 1.3 2013/11/11 18:12:11 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python2_6 ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="tk" inherit eutils flag-o-matic multilib prefix python-single-r1 toolchain-funcs |