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 6EFCD13835D for ; Thu, 3 Dec 2020 17:38:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 922C0E0885; Thu, 3 Dec 2020 17:37:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 5C0DAE0875 for ; Thu, 3 Dec 2020 17:37:59 +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 763F73412EE for ; Thu, 3 Dec 2020 17:37:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53812484 for ; Thu, 3 Dec 2020 17:37:56 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1607017069.df99ca90e1fee11f5b6493d83e12c7faa94cb314.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cli_helpers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cli_helpers/cli_helpers-2.1.0.ebuild X-VCS-Directories: dev-python/cli_helpers/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: df99ca90e1fee11f5b6493d83e12c7faa94cb314 X-VCS-Branch: master Date: Thu, 3 Dec 2020 17:37:56 +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: 20b65ec5-af28-4790-89c8-b4a3882d3835 X-Archives-Hash: ef0eec98d472b5c109f3b76f222ef3a6 commit: df99ca90e1fee11f5b6493d83e12c7faa94cb314 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Dec 3 17:35:49 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Dec 3 17:37:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df99ca90 dev-python/cli_helpers: x86 stable (bug #749918) Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/cli_helpers/cli_helpers-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild index 8e70cb86e44..bb84eca13ff 100644 --- a/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild +++ b/dev-python/cli_helpers/cli_helpers-2.1.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/dbcli/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" RDEPEND=" >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]