diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-04-07 20:39:22 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-04-07 20:40:34 -0700 |
commit | f5c8b9272648d6eaecd6353972022836212d7cfb (patch) | |
tree | b3ac0642777013b4a8ecb289e0aa7be1464e4155 /media-libs | |
parent | sys-cluster/cephi-15.2.0-r1: revbump add dep on libfmt (bug #716592) (diff) | |
download | gentoo-f5c8b9272648d6eaecd6353972022836212d7cfb.tar.gz gentoo-f5c8b9272648d6eaecd6353972022836212d7cfb.tar.bz2 gentoo-f5c8b9272648d6eaecd6353972022836212d7cfb.zip |
media-libs/waffle: Reapply patch to Generate WaffleConfig.cmake file
I mistakenly thought this was included in the 1.6.1 release.
Closes: https://bugs.gentoo.org/716130
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/waffle/waffle-1.6.1-r1.ebuild (renamed from media-libs/waffle/waffle-1.6.1.ebuild) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/media-libs/waffle/waffle-1.6.1.ebuild b/media-libs/waffle/waffle-1.6.1-r1.ebuild index 1786f943ad96..bb76a7df510b 100644 --- a/media-libs/waffle/waffle-1.6.1.ebuild +++ b/media-libs/waffle/waffle-1.6.1-r1.ebuild @@ -36,6 +36,10 @@ BDEPEND=" app-text/docbook-xml-dtd:4.2 " +PATCHES=( + "${FILESDIR}"/${PN}-1.6.0-meson-Generate-cmake-config-and-version-files-if-mes.patch +) + MULTILIB_CHOST_TOOLS=( /usr/bin/wflinfo$(get_exeext) ) |