commit: 4569f160b650c108aea77a5d023279ba7e95ed12 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Oct 14 15:36:06 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Oct 14 15:36:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4569f160
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 <AT> gentoo.org> media-video/harvid/{harvid-0.8.3.ebuild => harvid-0.8.3-r1.ebuild} | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-video/harvid/harvid-0.8.3.ebuild b/media-video/harvid/harvid-0.8.3-r1.ebuild similarity index 96% rename from media-video/harvid/harvid-0.8.3.ebuild rename to media-video/harvid/harvid-0.8.3-r1.ebuild index d09685d8bc0..e8896dbe474 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" )
