Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: python@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 2/3] virtual/python-futures: Use -2 operator to python_gen_usedep (example)
Date: Wed, 10 May 2017 18:55:02
Message-Id: 20170510185333.6423-2-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/3] python-utils-r1.eclass: Allow -2/-3 as impl-patterns for py2/py3 by "Michał Górny"
1 ---
2 virtual/python-futures/python-futures-0.ebuild | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5 diff --git a/virtual/python-futures/python-futures-0.ebuild b/virtual/python-futures/python-futures-0.ebuild
6 index 094a0c6dbdd8..d810a9cc3261 100644
7 --- a/virtual/python-futures/python-futures-0.ebuild
8 +++ b/virtual/python-futures/python-futures-0.ebuild
9 @@ -13,4 +13,4 @@ KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
10 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
11
12 RDEPEND="${PYTHON_DEPS}
13 - $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' python2_7 pypy)"
14 + $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' -2)"
15 --
16 2.13.0