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 2C4E0138334 for ; Sun, 7 Jul 2019 14:31:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 108EDE0884; Sun, 7 Jul 2019 14:31:02 +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 E762AE0884 for ; Sun, 7 Jul 2019 14:31:01 +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 945F43472F7 for ; Sun, 7 Jul 2019 14:31:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 073B3326 for ; Sun, 7 Jul 2019 14:30:59 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1562509815.c89206b88338218fcfd234e0977940c24e526ae6.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/gromacs/gromacs-2019.2.ebuild sci-chemistry/gromacs/gromacs-2019.3.ebuild sci-chemistry/gromacs/gromacs-2019.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: c89206b88338218fcfd234e0977940c24e526ae6 X-VCS-Branch: master Date: Sun, 7 Jul 2019 14:30:59 +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: bf8d3efc-3481-4541-9d95-88ee0be90a9b X-Archives-Hash: 9b947c6f625dda6c7d42535c36eab78f commit: c89206b88338218fcfd234e0977940c24e526ae6 Author: Alexey Shvetsov gentoo org> AuthorDate: Sun Jul 7 14:30:15 2019 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Sun Jul 7 14:30:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c89206b8 sci-chemistry/gromacs: Add missing dep for docs GROMACS need graphviz to build doc Closes: https://bugs.gentoo.org/688074 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov gentoo.org> sci-chemistry/gromacs/gromacs-2019.2.ebuild | 1 + sci-chemistry/gromacs/gromacs-2019.3.ebuild | 1 + sci-chemistry/gromacs/gromacs-2019.9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sci-chemistry/gromacs/gromacs-2019.2.ebuild b/sci-chemistry/gromacs/gromacs-2019.2.ebuild index df6c7eaf37f..c9f7d29c591 100644 --- a/sci-chemistry/gromacs/gromacs-2019.2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.2.ebuild @@ -56,6 +56,7 @@ DEPEND="${CDEPEND} app-doc/doxygen dev-python/sphinx[${PYTHON_USEDEP}] media-gfx/mscgen + media-gfx/graphviz dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick diff --git a/sci-chemistry/gromacs/gromacs-2019.3.ebuild b/sci-chemistry/gromacs/gromacs-2019.3.ebuild index dc5c8185316..86219e6146c 100644 --- a/sci-chemistry/gromacs/gromacs-2019.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.3.ebuild @@ -56,6 +56,7 @@ DEPEND="${CDEPEND} app-doc/doxygen dev-python/sphinx[${PYTHON_USEDEP}] media-gfx/mscgen + media-gfx/graphviz dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick diff --git a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild index dc5c8185316..86219e6146c 100644 --- a/sci-chemistry/gromacs/gromacs-2019.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-2019.9999.ebuild @@ -56,6 +56,7 @@ DEPEND="${CDEPEND} app-doc/doxygen dev-python/sphinx[${PYTHON_USEDEP}] media-gfx/mscgen + media-gfx/graphviz dev-texlive/texlive-latex dev-texlive/texlive-latexextra media-gfx/imagemagick