diff options
author | David Seifert <soap@gentoo.org> | 2020-01-03 21:46:13 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-03 21:46:13 +0100 |
commit | 5ccc42f4924fc5c85f5fcb14aa3d5381b1b91a45 (patch) | |
tree | ac9e068fcbd0756dfdb3b663b1512b21e8c50800 /virtual | |
parent | sys-apps/bolt: simplify systemd dependency (diff) | |
download | gentoo-5ccc42f4924fc5c85f5fcb14aa3d5381b1b91a45.tar.gz gentoo-5ccc42f4924fc5c85f5fcb14aa3d5381b1b91a45.tar.bz2 gentoo-5ccc42f4924fc5c85f5fcb14aa3d5381b1b91a45.zip |
virtual/python-funcsigs: Update python_gen_cond_dep
Closes: https://github.com/gentoo/gentoo/pull/14216
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/python-funcsigs/python-funcsigs-2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild index 0104a230fbbb..38bf30e8bc75 100644 --- a/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild +++ b/virtual/python-funcsigs/python-funcsigs-2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # 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/funcsigs-1[${PYTHON_USEDEP}]' python2_7 python3_5 pypy )" + $(python_gen_cond_dep '>=dev-python/funcsigs-1[${PYTHON_USEDEP}]' -2)" |