diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-08-01 09:51:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-08-01 09:51:53 +0000 |
commit | 284184438161368312cf6ebf3ecfb36ff998ece4 (patch) | |
tree | 7327bfadd1f737c5b651d0ce5944a7724311698d /sci-chemistry/sparky | |
parent | app-arch/p7zip: Drop full path from icon (diff) | |
download | gentoo-2-284184438161368312cf6ebf3ecfb36ff998ece4.tar.gz gentoo-2-284184438161368312cf6ebf3ecfb36ff998ece4.tar.bz2 gentoo-2-284184438161368312cf6ebf3ecfb36ff998ece4.zip |
sci-chemistry/sparky: Doesn't work with py2.7
(Portage version: 2.2.0_alpha191/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry/sparky')
-rw-r--r-- | sci-chemistry/sparky/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/sparky/sparky-3.115-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/sparky/ChangeLog b/sci-chemistry/sparky/ChangeLog index e3f4b9fcd283..de6862751fce 100644 --- a/sci-chemistry/sparky/ChangeLog +++ b/sci-chemistry/sparky/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/sparky # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.18 2013/07/18 11:22:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/ChangeLog,v 1.19 2013/08/01 09:51:53 jlec Exp $ + + 01 Aug 2013; Justin Lecher <jlec@gentoo.org> sparky-3.115-r1.ebuild: + Doesn't work with py2.7 *sparky-3.115-r1 (18 Jul 2013) diff --git a/sci-chemistry/sparky/sparky-3.115-r1.ebuild b/sci-chemistry/sparky/sparky-3.115-r1.ebuild index 155d4eaebdc0..d27feab84f7d 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.1 2013/07/18 11:22:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/sparky/sparky-3.115-r1.ebuild,v 1.2 2013/08/01 09:51:53 jlec Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_6 ) PYTHON_REQ_USE="tk" inherit eutils flag-o-matic multilib prefix python-single-r1 toolchain-funcs |