diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-06-30 14:36:37 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-06-30 14:36:50 +0200 |
commit | dc0c46725b00c62c90da6c5265190a5777d7030f (patch) | |
tree | b7ba4aa16c5c1856f4609b89baa4f6bccca3212b /media-video | |
parent | media-video/shotcut: Newer mlt version needed (diff) | |
download | gentoo-dc0c46725b00c62c90da6c5265190a5777d7030f.tar.gz gentoo-dc0c46725b00c62c90da6c5265190a5777d7030f.tar.bz2 gentoo-dc0c46725b00c62c90da6c5265190a5777d7030f.zip |
media-video/shotcut: Fix version in help dialog
Closes: https://bugs.gentoo.org/677708
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/shotcut/shotcut-19.06.15.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-video/shotcut/shotcut-19.06.15.ebuild b/media-video/shotcut/shotcut-19.06.15.ebuild index 955f02c54378..dc79f1d5c977 100644 --- a/media-video/shotcut/shotcut-19.06.15.ebuild +++ b/media-video/shotcut/shotcut-19.06.15.ebuild @@ -48,7 +48,9 @@ DEPEND="${RDEPEND} " src_configure() { - eqmake5 PREFIX="${EPREFIX}/usr" + eqmake5 \ + PREFIX="${EPREFIX}/usr" \ + SHOTCUT_VERSION="${PV}" } src_install() { |