diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2014-06-16 05:59:26 +0000 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2014-06-16 05:59:26 +0000 |
commit | 45bfc33ce1a94aac58c5aaa0c124828fea71e381 (patch) | |
tree | f72b09feb6afa648ded85fcc3f51513527aa9b6c /dev-python/ssl-fetch/ssl-fetch-9999.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-45bfc33ce1a94aac58c5aaa0c124828fea71e381.tar.gz gentoo-2-45bfc33ce1a94aac58c5aaa0c124828fea71e381.tar.bz2 gentoo-2-45bfc33ce1a94aac58c5aaa0c124828fea71e381.zip |
Add pypy compatibility
(Portage version: 2.2.10_p37/cvs/Linux x86_64, signed Manifest commit with key 0x65E309F2189DB0B8)
Diffstat (limited to 'dev-python/ssl-fetch/ssl-fetch-9999.ebuild')
-rw-r--r-- | dev-python/ssl-fetch/ssl-fetch-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild index e009ef35061b..f4631e60f20a 100644 --- a/dev-python/ssl-fetch/ssl-fetch-9999.ebuild +++ b/dev-python/ssl-fetch/ssl-fetch-9999.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.4 2014/05/07 23:33:07 dolsen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ssl-fetch/ssl-fetch-9999.ebuild,v 1.5 2014/06/16 05:59:26 dolsen Exp $ EAPI="5" -PYTHON_COMPAT=(python{2_7,3_3,3_4}) +PYTHON_COMPAT=(python{2_7,3_3,3_4} pypy) EGIT_BRANCH="master" |