commit: 879108bea649eacf069bd3ebdb1b1b24e2eabfee Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 24 17:09:35 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <dflogeras2 <AT> gmail.com> Closes: https://bugs.gentoo.org/699028 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm <AT> 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 "
