From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CEDC138350 for ; Mon, 16 Mar 2020 21:09:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 844E4E0998; Mon, 16 Mar 2020 21:09:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6DE7AE0996 for ; Mon, 16 Mar 2020 21:09:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9338C34F20D for ; Mon, 16 Mar 2020 21:09:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5EEB18D for ; Mon, 16 Mar 2020 21:09:47 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1584392980.d1097907f3600953b29d48443a780cadd81bb433.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/weboob/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/weboob/weboob-1.3.ebuild www-client/weboob/weboob-9998.ebuild www-client/weboob/weboob-9999.ebuild X-VCS-Directories: www-client/weboob/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d1097907f3600953b29d48443a780cadd81bb433 X-VCS-Branch: master Date: Mon, 16 Mar 2020 21:09:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6425b067-a05b-4af6-97cd-a198a1a3a7d5 X-Archives-Hash: 6864f369729007a01de3144546be3254 commit: d1097907f3600953b29d48443a780cadd81bb433 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 16 21:03:18 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 16 21:09:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1097907 www-client/weboob: Replace virts with cond deps Signed-off-by: Michał Górny gentoo.org> www-client/weboob/weboob-1.3.ebuild | 4 +++- www-client/weboob/weboob-9998.ebuild | 4 +++- www-client/weboob/weboob-9999.ebuild | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/www-client/weboob/weboob-1.3.ebuild b/www-client/weboob/weboob-1.3.ebuild index 13f4e208d43..19b1a901b2f 100644 --- a/www-client/weboob/weboob-1.3.ebuild +++ b/www-client/weboob/weboob-1.3.ebuild @@ -44,7 +44,9 @@ RDEPEND="${COMMON_DEPEND} dev-python/six[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/futures[${PYTHON_USEDEP}] + ' -2) deprecated? ( dev-python/mechanize[${PYTHON_USEDEP}] ) fast-libs? ( dev-python/pyyaml[libyaml,${PYTHON_USEDEP}] diff --git a/www-client/weboob/weboob-9998.ebuild b/www-client/weboob/weboob-9998.ebuild index 13f4e208d43..19b1a901b2f 100644 --- a/www-client/weboob/weboob-9998.ebuild +++ b/www-client/weboob/weboob-9998.ebuild @@ -44,7 +44,9 @@ RDEPEND="${COMMON_DEPEND} dev-python/six[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/futures[${PYTHON_USEDEP}] + ' -2) deprecated? ( dev-python/mechanize[${PYTHON_USEDEP}] ) fast-libs? ( dev-python/pyyaml[libyaml,${PYTHON_USEDEP}] diff --git a/www-client/weboob/weboob-9999.ebuild b/www-client/weboob/weboob-9999.ebuild index 13f4e208d43..19b1a901b2f 100644 --- a/www-client/weboob/weboob-9999.ebuild +++ b/www-client/weboob/weboob-9999.ebuild @@ -44,7 +44,9 @@ RDEPEND="${COMMON_DEPEND} dev-python/six[${PYTHON_USEDEP}] dev-python/termcolor[${PYTHON_USEDEP}] dev-python/unidecode[${PYTHON_USEDEP}] - virtual/python-futures[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + dev-python/futures[${PYTHON_USEDEP}] + ' -2) deprecated? ( dev-python/mechanize[${PYTHON_USEDEP}] ) fast-libs? ( dev-python/pyyaml[libyaml,${PYTHON_USEDEP}]