From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 587B7138350 for ; Wed, 8 Apr 2020 03:41:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87737E09E5; Wed, 8 Apr 2020 03:41:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 654A9E09E5 for ; Wed, 8 Apr 2020 03:40:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99E4834F0B5 for ; Wed, 8 Apr 2020 03:40:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 320761A0 for ; Wed, 8 Apr 2020 03:40:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1586317234.f5c8b9272648d6eaecd6353972022836212d7cfb.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/waffle/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/waffle/waffle-1.6.1-r1.ebuild media-libs/waffle/waffle-1.6.1.ebuild X-VCS-Directories: media-libs/waffle/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f5c8b9272648d6eaecd6353972022836212d7cfb X-VCS-Branch: master Date: Wed, 8 Apr 2020 03:40:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d13f652-cd80-45d7-9a45-2c2d9c4f21fa X-Archives-Hash: c280cd6ceb770d4b2abf5d30c70bebbd commit: f5c8b9272648d6eaecd6353972022836212d7cfb Author: Matt Turner gentoo org> AuthorDate: Wed Apr 8 03:39:22 2020 +0000 Commit: Matt Turner gentoo 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 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) )