From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1182905-garchives=archives.gentoo.org@lists.gentoo.org> 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 666B01382C5 for <garchives@archives.gentoo.org>; Sun, 28 Jun 2020 12:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B2E5E07A5; Sun, 28 Jun 2020 12:05:07 +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 3FE13E07A5 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Jun 2020 12:05:07 +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 391F934EBB6 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Jun 2020 12:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4EA32B3 for <gentoo-commits@lists.gentoo.org>; Sun, 28 Jun 2020 12:05:04 +0000 (UTC) From: "Cédric Krier" <cedk@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Cédric Krier" <cedk@gentoo.org> Message-ID: <1593345901.215c889f4509d1bd901b2a0e5a808c27d2f71bec.cedk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/mercurial/mercurial-9999.ebuild X-VCS-Directories: dev-vcs/mercurial/ X-VCS-Committer: cedk X-VCS-Committer-Name: Cédric Krier X-VCS-Revision: 215c889f4509d1bd901b2a0e5a808c27d2f71bec X-VCS-Branch: master Date: Sun, 28 Jun 2020 12:05:04 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a24481f2-cab1-40a5-af7f-ce2f7dc75702 X-Archives-Hash: 210b7b8c70d5ea357871d43ade699e33 commit: 215c889f4509d1bd901b2a0e5a808c27d2f71bec Author: Cédric Krier <cedk <AT> gentoo <DOT> org> AuthorDate: Sat Jun 27 08:07:36 2020 +0000 Commit: Cédric Krier <cedk <AT> gentoo <DOT> org> CommitDate: Sun Jun 28 12:05:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215c889f dev-vcs/mercurial: remove nonexistent blocker Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Cédric Krier <cedk <AT> gentoo.org> dev-vcs/mercurial/mercurial-9999.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index a62bf9062fd..3be5d10a845 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -17,17 +17,9 @@ SLOT="0" KEYWORDS="" IUSE="+chg emacs gpg test tk zsh-completion" -BROKEN_PYTHON=" - !~dev-python/python-3.5.0 - !~dev-python/python-3.5.1 - !~dev-python/python-3.5.2 - !~dev-python/python-3.6.0 - !~dev-python/python-3.6.1" +BDEPEND="dev-python/docutils[${PYTHON_USEDEP}]" -BDEPEND="${BROKEN_PYTHON} - dev-python/docutils[${PYTHON_USEDEP}]" - -RDEPEND="${BROKEN_PYTHON} +RDEPEND=" app-misc/ca-certificates dev-python/zstandard[${PYTHON_USEDEP}] gpg? ( app-crypt/gnupg )