diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-01 16:14:41 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | e752059e147f3ebd07feb6a57618a17116e24c9e (patch) | |
tree | 0d07c085c0e83c7b3234392c62b1dfa3cf6d2213 /dev-python/funcsigs/funcsigs-0.4.ebuild | |
parent | profiles: Mask dev-python/scientificpython for removal (diff) | |
download | gentoo-e752059e147f3ebd07feb6a57618a17116e24c9e.tar.gz gentoo-e752059e147f3ebd07feb6a57618a17116e24c9e.tar.bz2 gentoo-e752059e147f3ebd07feb6a57618a17116e24c9e.zip |
dev-python/funcsigs: Drop unsupported pypy3
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/funcsigs/funcsigs-0.4.ebuild')
-rw-r--r-- | dev-python/funcsigs/funcsigs-0.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/funcsigs/funcsigs-0.4.ebuild b/dev-python/funcsigs/funcsigs-0.4.ebuild index 7fe7deeec924..c406e19b0405 100644 --- a/dev-python/funcsigs/funcsigs-0.4.ebuild +++ b/dev-python/funcsigs/funcsigs-0.4.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 pypy pypy3 ) +PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 |