summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-05-25 20:54:24 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2021-05-25 20:54:33 +0200
commitbd6d36d5881a99cef05bca02228b7ab3adcaf9fd (patch)
tree0a259070ed8297ca450edc6dc9bc1d7f13e7f695
parentmedia-gfx/shotwell: Version bump to 0.30.12 (diff)
downloadgentoo-bd6d36d5.tar.gz
gentoo-bd6d36d5.tar.bz2
gentoo-bd6d36d5.zip
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@gentoo.org>
-rw-r--r--sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild b/sci-visualization/quickplot/quickplot-1.0.1_rc.ebuild
index 19ccf287fd22..688dc57516ed 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 )