summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-12 09:12:58 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-12 15:27:49 +0200
commit20562150fcb33a871a7ab3024a69055b57d325b7 (patch)
tree9fe4e2d11dfedc00d7d8ea44915c9e99345cda8b /virtual
parentdev-lang/rust-bin: fix issues with cargo USE flag, add rustfmt flag (diff)
downloadgentoo-20562150fcb33a871a7ab3024a69055b57d325b7.tar.gz
gentoo-20562150fcb33a871a7ab3024a69055b57d325b7.tar.bz2
gentoo-20562150fcb33a871a7ab3024a69055b57d325b7.zip
virtual/python-typing: pypy3 now includes typing module
Diffstat (limited to 'virtual')
-rw-r--r--virtual/python-typing/python-typing-0-r1.ebuild (renamed from virtual/python-typing/python-typing-0.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-typing/python-typing-0.ebuild b/virtual/python-typing/python-typing-0-r1.ebuild
index 2f0fe66f6b2a..c31dcbb43237 100644
--- a/virtual/python-typing/python-typing-0.ebuild
+++ b/virtual/python-typing/python-typing-0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep 'dev-python/typing[${PYTHON_USEDEP}]' \
- 'python2*' python3_4 'pypy*')"
+ 'python2*' python3_4 pypy)"