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 64087138334 for ; Thu, 18 Oct 2018 16:39:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EDA7E0A5D; Thu, 18 Oct 2018 16:39:47 +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 6A886E0A5D for ; Thu, 18 Oct 2018 16:39:47 +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 4742B335CDE for ; Thu, 18 Oct 2018 16:39:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0950F448 for ; Thu, 18 Oct 2018 16:39:43 +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: <1539880775.7af2ab15f8ad21ec2754dc063a88c169a209bf53.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/recommonmark/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild X-VCS-Directories: dev-python/recommonmark/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7af2ab15f8ad21ec2754dc063a88c169a209bf53 X-VCS-Branch: master Date: Thu, 18 Oct 2018 16:39:43 +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-Archives-Salt: 569f46f1-e2e4-4d3b-82b2-0ddd8ca741cb X-Archives-Hash: 4835e73e03896e1be93e0e60b9c4ad08 commit: 7af2ab15f8ad21ec2754dc063a88c169a209bf53 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 18 16:29:56 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 18 16:39:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af2ab15 dev-python/recommonmark: dev-py/commonmark-0.8 is incompatible Signed-off-by: Michał Górny gentoo.org> dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild b/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild index 1479533a911..1a9da7165cf 100644 --- a/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild +++ b/dev-python/recommonmark/recommonmark-0.5.0_pre20180907.ebuild @@ -19,6 +19,7 @@ IUSE="test" RESTRICT="!test? ( test )" RDEPEND=" + =dev-python/commonmark-0.7.3[${PYTHON_USEDEP}] dev-python/docutils[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}]