diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:42:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:42:26 +0000 |
commit | 0b019b026503c5b5dffd15c6e86397c8b550b089 (patch) | |
tree | 3d1bb6d107989ba0ef1140db91f42050e81a7143 /dev-vcs/tortoisehg/tortoisehg-2.9.ebuild | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.tar.gz gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.tar.bz2 gentoo-2-0b019b026503c5b5dffd15c6e86397c8b550b089.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-vcs/tortoisehg/tortoisehg-2.9.ebuild')
-rw-r--r-- | dev-vcs/tortoisehg/tortoisehg-2.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild b/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild index 8c4135a11c3f..9b3401dbe653 100644 --- a/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild +++ b/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild,v 1.1 2013/08/11 21:35:32 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/tortoisehg/tortoisehg-2.9.ebuild,v 1.2 2013/09/05 18:42:25 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit distutils-r1 eutils |