diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-21 23:59:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-21 23:59:18 +0100 |
commit | 676a5134c0b6389b4cfa7ffbba0980ccb9adeefc (patch) | |
tree | 6af4b33d4bc132639ed35dbabbd8bb668b0bc607 /media-video/shotcut | |
parent | profiles: Drop obsolete media-video/shotcut package.mask (diff) | |
download | gentoo-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.ebuild | 5 |
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" \ |