diff options
Diffstat (limited to 'dev-python/falcon/falcon-0.1.6.ebuild')
-rw-r--r-- | dev-python/falcon/falcon-0.1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/falcon/falcon-0.1.6.ebuild b/dev-python/falcon/falcon-0.1.6.ebuild index d9e634b253a4..30a3aa608c19 100644 --- a/dev-python/falcon/falcon-0.1.6.ebuild +++ b/dev-python/falcon/falcon-0.1.6.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/falcon/falcon-0.1.6.ebuild,v 1.4 2014/08/10 21:10:33 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/falcon/falcon-0.1.6.ebuild,v 1.5 2015/04/08 08:05:00 mgorny Exp $ EAPI=5 # Python 2.6 is supported, but depends on ordereddict, which has been in # improvise for months and is a minimal package. If needed # please let me know. PyPy also works -PYTHON_COMPAT=( python{2_7,3_3} pypy pypy2_0 ) +PYTHON_COMPAT=( python{2_7,3_3} pypy ) inherit distutils-r1 |