commit: 20562150fcb33a871a7ab3024a69055b57d325b7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 07:12:58 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 13:27:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20562150
virtual/python-typing: pypy3 now includes typing module
.../{python-typing-0.ebuild => python-typing-0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-typing/python-typing-0.ebuild
b/virtual/python-typing/python-typing-0-r1.ebuild
similarity index 85%
rename from virtual/python-typing/python-typing-0.ebuild
rename to virtual/python-typing/python-typing-0-r1.ebuild
index 2f0fe66f6b2..c31dcbb4323 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)"