commit: f5c8b9272648d6eaecd6353972022836212d7cfb Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Apr 8 03:39:22 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Wed Apr 8 03:40:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c8b927
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 <AT> gentoo.org> media-libs/waffle/{waffle-1.6.1.ebuild => waffle-1.6.1-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/waffle/waffle-1.6.1.ebuild b/media-libs/waffle/waffle-1.6.1-r1.ebuild similarity index 94% rename from media-libs/waffle/waffle-1.6.1.ebuild rename to media-libs/waffle/waffle-1.6.1-r1.ebuild index 1786f943ad9..bb76a7df510 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) )
