summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-10-14 17:36:06 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-10-14 17:36:14 +0200
commit4569f160b650c108aea77a5d023279ba7e95ed12 (patch)
tree27c2f73f89830a10acde2d5b574f8e4e05552502 /media-video
parentdev-python/pytest-pylint: fix SRC_URI (diff)
downloadgentoo-4569f160b650c108aea77a5d023279ba7e95ed12.tar.gz
gentoo-4569f160b650c108aea77a5d023279ba7e95ed12.tar.bz2
gentoo-4569f160b650c108aea77a5d023279ba7e95ed12.zip
media-video/harvid: add missing dep on xxd
Closes: https://bugs.gentoo.org/748942 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/harvid/harvid-0.8.3-r1.ebuild (renamed from media-video/harvid/harvid-0.8.3.ebuild)3
1 files changed, 3 insertions, 0 deletions
diff --git a/media-video/harvid/harvid-0.8.3.ebuild b/media-video/harvid/harvid-0.8.3-r1.ebuild
index d09685d8bc06..e8896dbe474c 100644
--- a/media-video/harvid/harvid-0.8.3.ebuild
+++ b/media-video/harvid/harvid-0.8.3-r1.ebuild
@@ -21,6 +21,9 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/pkgconfig
"
+BDEPEND="
+ app-editors/vim-core
+"
PATCHES=( "${FILESDIR}/jpeg.patch" )