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 4ABA6138350 for ; Fri, 7 Feb 2020 21:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B50E0898; Fri, 7 Feb 2020 21:47:48 +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 0AA15E0898 for ; Fri, 7 Feb 2020 21:47:48 +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 E026A34E8E1 for ; Fri, 7 Feb 2020 21:47:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92072111 for ; Fri, 7 Feb 2020 21:47:44 +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: <1581112044.ae6440b4f79e42bb3d1c438ae2988bdb5721a1ba.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-9999.ebuild X-VCS-Directories: media-libs/waffle/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ae6440b4f79e42bb3d1c438ae2988bdb5721a1ba X-VCS-Branch: master Date: Fri, 7 Feb 2020 21:47:44 +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: 6d0c81ed-d906-4914-ba71-cac9984af58a X-Archives-Hash: f26b89f24e2b0bf8eaca98551fb6c847 commit: ae6440b4f79e42bb3d1c438ae2988bdb5721a1ba Author: Matt Turner gentoo org> AuthorDate: Fri Feb 7 21:26:58 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Feb 7 21:47:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6440b4 media-libs/waffle: Install wflinfo per ABI Signed-off-by: Matt Turner gentoo.org> media-libs/waffle/waffle-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-libs/waffle/waffle-9999.ebuild b/media-libs/waffle/waffle-9999.ebuild index 56a48b84378..f088ab0aa6d 100644 --- a/media-libs/waffle/waffle-9999.ebuild +++ b/media-libs/waffle/waffle-9999.ebuild @@ -36,6 +36,10 @@ DEPEND="${RDEPEND} ) " +MULTILIB_CHOST_TOOLS=( + /usr/bin/wflinfo$(get_exeext) +) + src_unpack() { default [[ $PV = 9999* ]] && git-r3_src_unpack