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 E9BC5138359 for ; Tue, 21 Jul 2020 10:32:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 026C5E0837; Tue, 21 Jul 2020 10:32:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1AF8E0837 for ; Tue, 21 Jul 2020 10:32:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A793134F00C for ; Tue, 21 Jul 2020 10:32:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FB502D6 for ; Tue, 21 Jul 2020 10:32:50 +0000 (UTC) From: "Matthias Coppens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Coppens" Message-ID: <1595327557.efb8158ab02ec6b0510083d25f6d4d41e7a84056.coppens.matthias@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pyinquirer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyinquirer/pyinquirer-9999.ebuild X-VCS-Directories: dev-python/pyinquirer/ X-VCS-Committer: coppens.matthias X-VCS-Committer-Name: Matthias Coppens X-VCS-Revision: efb8158ab02ec6b0510083d25f6d4d41e7a84056 X-VCS-Branch: dev Date: Tue, 21 Jul 2020 10:32:50 +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: 303e3a74-ca63-4b97-8eb2-3022dd77cfba X-Archives-Hash: 2f90f282bc3c05962ab1aaa675f9a09f commit: efb8158ab02ec6b0510083d25f6d4d41e7a84056 Author: Matthias Coppens gmail com> AuthorDate: Tue Jul 21 08:45:34 2020 +0000 Commit: Matthias Coppens gmail com> CommitDate: Tue Jul 21 10:32:37 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efb8158a dev-python/pyinquirer: Cleaned deps Removed `${PYTHON_DEPS}` from dependencies per https://github.com/gentoo/guru/commit/4bb4e2142de3cc84f037482c8b4f5116173ed0ef#r40775507 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Matthias Coppens gmail.com> dev-python/pyinquirer/pyinquirer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyinquirer/pyinquirer-9999.ebuild b/dev-python/pyinquirer/pyinquirer-9999.ebuild index c751d79..59db9d2 100644 --- a/dev-python/pyinquirer/pyinquirer-9999.ebuild +++ b/dev-python/pyinquirer/pyinquirer-9999.ebuild @@ -27,7 +27,7 @@ LICENSE="MIT" SLOT="0" -RDEPEND="${PYTHON_DEPS} +RDEPEND=" >=dev-python/prompt_toolkit-3.0.0[${PYTHON_USEDEP}] =dev-python/pygments-2.2.0[${PYTHON_USEDEP}]"