summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-11-21 23:59:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-21 23:59:18 +0100
commit676a5134c0b6389b4cfa7ffbba0980ccb9adeefc (patch)
tree6af4b33d4bc132639ed35dbabbd8bb668b0bc607 /media-video/shotcut
parentprofiles: Drop obsolete media-video/shotcut package.mask (diff)
downloadgentoo-676a5134c0b6389b4cfa7ffbba0980ccb9adeefc.tar.gz
gentoo-676a5134c0b6389b4cfa7ffbba0980ccb9adeefc.tar.bz2
gentoo-676a5134c0b6389b4cfa7ffbba0980ccb9adeefc.zip
media-video/shotcut: Keep suppressing bogus warning
See also: https://github.com/gentoo/gentoo/pull/18117 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/shotcut')
-rw-r--r--media-video/shotcut/shotcut-20.10.31.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/media-video/shotcut/shotcut-20.10.31.ebuild b/media-video/shotcut/shotcut-20.10.31.ebuild
index 31be3e0e8515..ee415787b81a 100644
--- a/media-video/shotcut/shotcut-20.10.31.ebuild
+++ b/media-video/shotcut/shotcut-20.10.31.ebuild
@@ -41,6 +41,11 @@ RDEPEND="${COMMON_DEPEND}
virtual/jack
"
+src_prepare() {
+ default
+ sed -i -e '/QT.*private/d' src/src.pro || die
+}
+
src_configure() {
eqmake5 \
PREFIX="${EPREFIX}/usr" \