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 2E0CE13835A for ; Tue, 7 Jul 2020 20:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44543E081B; Tue, 7 Jul 2020 20:41:00 +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 2CD92E081B for ; Tue, 7 Jul 2020 20:41:00 +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 B58BC34E812 for ; Tue, 7 Jul 2020 20:40:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25360290 for ; Tue, 7 Jul 2020 20:40:57 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1594154452.e4d791c7d986f6793f98d1b33cf1f69e34ee9ba9.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mycli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mycli/mycli-1.21.1-r1.ebuild dev-db/mycli/mycli-1.21.1.ebuild X-VCS-Directories: dev-db/mycli/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: e4d791c7d986f6793f98d1b33cf1f69e34ee9ba9 X-VCS-Branch: master Date: Tue, 7 Jul 2020 20:40:57 +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: c719befe-3c83-45bf-bf76-fda1fa981787 X-Archives-Hash: dc9769008ee5b70db4c7fde2c0c8f545 commit: e4d791c7d986f6793f98d1b33cf1f69e34ee9ba9 Author: Brian Evans gentoo org> AuthorDate: Tue Jul 7 20:34:48 2020 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Jul 7 20:40:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d791c7 dev-db/mycli: Revbump for install locations and dependency fix Signed-off-by: Brian Evans gentoo.org> dev-db/mycli/{mycli-1.21.1.ebuild => mycli-1.21.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/mycli/mycli-1.21.1.ebuild b/dev-db/mycli/mycli-1.21.1-r1.ebuild similarity index 92% rename from dev-db/mycli/mycli-1.21.1.ebuild rename to dev-db/mycli/mycli-1.21.1-r1.ebuild index ab785d36904..87d1424f662 100644 --- a/dev-db/mycli/mycli-1.21.1.ebuild +++ b/dev-db/mycli/mycli-1.21.1-r1.ebuild @@ -22,8 +22,8 @@ RDEPEND="$(python_gen_cond_dep ' >=dev-python/click-7.0[${PYTHON_MULTI_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_MULTI_USEDEP}] >=dev-python/cryptography-1.0.0[${PYTHON_MULTI_USEDEP}] - >=dev-python/prompt_toolkit-3.0.0[${PYTHON_MULTI_USEDEP}] - =dev-python/prompt_toolkit-2.0.6[${PYTHON_MULTI_USEDEP}] + =dev-python/pygments-2.0[${PYTHON_MULTI_USEDEP}] >=dev-python/pymysql-0.9.2[${PYTHON_MULTI_USEDEP}] >=dev-python/sqlparse-0.3.0[${PYTHON_MULTI_USEDEP}]