diff options
author | 2014-03-31 21:17:29 +0000 | |
---|---|---|
committer | 2014-03-31 21:17:29 +0000 | |
commit | 90a0841df5dd1c9ef79d5b637ddb0e28815c030e (patch) | |
tree | a66ccf8e95f16e7366f441b4fde442a033e72bae /dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild | |
parent | Add support for the new PyPy slotting. (diff) | |
download | gentoo-2-90a0841df5dd1c9ef79d5b637ddb0e28815c030e.tar.gz gentoo-2-90a0841df5dd1c9ef79d5b637ddb0e28815c030e.tar.bz2 gentoo-2-90a0841df5dd1c9ef79d5b637ddb0e28815c030e.zip |
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild')
-rw-r--r-- | dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild b/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild index 123f50467031..b663991ec34f 100644 --- a/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild +++ b/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild @@ -1,9 +1,9 @@ -# 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/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.2 2013/08/11 13:15:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ndg-httpsclient/ndg-httpsclient-0.3.2.ebuild,v 1.3 2014/03/31 21:17:29 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 ) +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 ) inherit distutils-r1 |