Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/python-funcsigs/
Date: Fri, 24 May 2019 15:18:09
Message-Id: 1558711076.2deadbe20f31fdfd4cef79ec971d96ada19d1a41.mgorny@gentoo
1 commit: 2deadbe20f31fdfd4cef79ec971d96ada19d1a41
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 15:15:10 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 15:17:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2deadbe2
7
8 virtual/python-funcsigs: pypy3 is now py3.6
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../{python-funcsigs-2.ebuild => python-funcsigs-2-r1.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/python-funcsigs/python-funcsigs-2.ebuild b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
16 similarity index 94%
17 rename from virtual/python-funcsigs/python-funcsigs-2.ebuild
18 rename to virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
19 index 0ce85c8961e..d67b420a173 100644
20 --- a/virtual/python-funcsigs/python-funcsigs-2.ebuild
21 +++ b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild
22 @@ -14,4 +14,4 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
23
24 RDEPEND="
25 ${PYTHON_DEPS}
26 - $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' python2_7 python3_5 pypy{,3} )"
27 + $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' python2_7 python3_5 pypy )"