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 F1BD2138334 for ; Sun, 24 Nov 2019 17:13:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A580E087C; Sun, 24 Nov 2019 17:13:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 51F2CE087C for ; Sun, 24 Nov 2019 17:13:53 +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 8AB7234D2C6 for ; Sun, 24 Nov 2019 17:13:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E79548C4 for ; Sun, 24 Nov 2019 17:13:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1574615616.879108bea649eacf069bd3ebdb1b1b24e2eabfee.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/graphviz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/graphviz/graphviz-2.42.1-r1.ebuild media-gfx/graphviz/graphviz-2.42.1.ebuild X-VCS-Directories: media-gfx/graphviz/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 879108bea649eacf069bd3ebdb1b1b24e2eabfee X-VCS-Branch: master Date: Sun, 24 Nov 2019 17:13:49 +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: 3ea641ec-cc29-490f-9930-71d7e3f938d3 X-Archives-Hash: 7b40284ac3cb056cb8492e71fc03f1e6 commit: 879108bea649eacf069bd3ebdb1b1b24e2eabfee Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Nov 24 17:09:35 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Nov 24 17:13:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879108be media-gfx/graphviz: Fix bogus RDEPENDs Result of a bad conflict resolution. Reported-by: David Flogeras gmail.com> Closes: https://bugs.gentoo.org/699028 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> .../graphviz/{graphviz-2.42.1.ebuild => graphviz-2.42.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/graphviz/graphviz-2.42.1.ebuild b/media-gfx/graphviz/graphviz-2.42.1-r1.ebuild similarity index 99% rename from media-gfx/graphviz/graphviz-2.42.1.ebuild rename to media-gfx/graphviz/graphviz-2.42.1-r1.ebuild index a87a88648f0..4dac9f5771e 100644 --- a/media-gfx/graphviz/graphviz-2.42.1.ebuild +++ b/media-gfx/graphviz/graphviz-2.42.1-r1.ebuild @@ -74,7 +74,7 @@ DEPEND="${COMMON_DEPEND} ruby? ( dev-lang/swig ) tcl? ( dev-lang/swig ) " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} !<=sci-chemistry/cluster-1.3.081231 "