commit:     4282a8491c6d5093b88bcc47b89109336cd52580
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 14:31:43 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 14:31:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4282a849

dev-python/boto3: Use virtual for module with mixed impl support

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/boto3/boto3-1.1.2.ebuild | 3 ++-
 dev-python/boto3/boto3-1.1.3.ebuild | 3 ++-
 dev-python/boto3/boto3-1.2.1.ebuild | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/boto3/boto3-1.1.2.ebuild 
b/dev-python/boto3/boto3-1.1.2.ebuild
index 2b98eeb..3b10b19 100644
--- a/dev-python/boto3/boto3-1.1.2.ebuild
+++ b/dev-python/boto3/boto3-1.1.2.ebuild
@@ -21,7 +21,8 @@ CDEPEND="
        <dev-python/botocore-1.2.0[${PYTHON_USEDEP}]
        >=dev-python/jmespath-0.6.2[${PYTHON_USEDEP}]
        <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 
'python2_7')
+       =dev-python/futures-2.2.0
+       virtual/python-futures[${PYTHON_USEDEP}]
 "
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/boto3/boto3-1.1.3.ebuild 
b/dev-python/boto3/boto3-1.1.3.ebuild
index 2b890fb..182ed8d 100644
--- a/dev-python/boto3/boto3-1.1.3.ebuild
+++ b/dev-python/boto3/boto3-1.1.3.ebuild
@@ -21,7 +21,8 @@ CDEPEND="
        <dev-python/botocore-1.3.0[${PYTHON_USEDEP}]
        >=dev-python/jmespath-0.6.2[${PYTHON_USEDEP}]
        <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 
'python2_7')
+       =dev-python/futures-2.2.0
+       virtual/python-futures[${PYTHON_USEDEP}]
 "
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/boto3/boto3-1.2.1.ebuild 
b/dev-python/boto3/boto3-1.2.1.ebuild
index 17d67c2..5858446 100644
--- a/dev-python/boto3/boto3-1.2.1.ebuild
+++ b/dev-python/boto3/boto3-1.2.1.ebuild
@@ -21,7 +21,8 @@ CDEPEND="
        <dev-python/botocore-1.4.0[${PYTHON_USEDEP}]
        >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
        <dev-python/jmespath-1.0.0[${PYTHON_USEDEP}]
-       $(python_gen_cond_dep '=dev-python/futures-2.2.0[${PYTHON_USEDEP}]' 
'python2_7')
+       =dev-python/futures-2.2.0
+       virtual/python-futures[${PYTHON_USEDEP}]
 "
 DEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]

Reply via email to