projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15a85f9
)
media-video/shotcut: Fix version in help dialog
author
Pacho Ramos
<pacho@gentoo.org>
Sun, 30 Jun 2019 12:36:37 +0000
(14:36 +0200)
committer
Pacho Ramos
<pacho@gentoo.org>
Sun, 30 Jun 2019 12:36:50 +0000
(14:36 +0200)
Closes: https://bugs.gentoo.org/677708
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
media-video/shotcut/shotcut-19.06.15.ebuild
patch
|
blob
|
history
diff --git
a/media-video/shotcut/shotcut-19.06.15.ebuild
b/media-video/shotcut/shotcut-19.06.15.ebuild
index 955f02c543788cef8dfcb71198b0b637572dc547..dc79f1d5c9771760aea2565946a2ef8d9552073c 100644
(file)
--- 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() {