commit: bd6d36d5881a99cef05bca02228b7ab3adcaf9fd Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue May 25 18:54:24 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue May 25 18:54:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6d36d5
sci-visualization/quickplot: add missing dep Closes: https://bugs.gentoo.org/634888 Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild b/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild index 19ccf287fd2..688dc57516e 100644 --- a/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild +++ b/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild @@ -26,7 +26,8 @@ DEPEND="${RDEPEND}" BDEPEND=" media-gfx/imagemagick[png] virtual/pkgconfig - www-client/lynx" + www-client/lynx + dev-vcs/git" PATCHES=( "${FILESDIR}"/${P}-automake.patch )
