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 23D0D1382C5 for ; Tue, 16 Jun 2020 06:33:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D122DE0DE0; Tue, 16 Jun 2020 06:33:20 +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 4D818E0DE0 for ; Tue, 16 Jun 2020 06:33:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E268D34ED8F for ; Tue, 16 Jun 2020 06:33:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6555C288 for ; Tue, 16 Jun 2020 06:33:17 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1592289194.a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/x264/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/x264/x264-9999.ebuild X-VCS-Directories: media-libs/x264/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78 X-VCS-Branch: master Date: Tue, 16 Jun 2020 06:33:17 +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: 2306c375-53a1-4543-aa62-c97a36ddeed1 X-Archives-Hash: 70c0412928b4bc832fdf5cd20da1b573 commit: a85bd0fbaadbaa7eac7c247b29961a18a9cc1a78 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Jun 16 06:32:54 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Jun 16 06:33:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85bd0fb media-libs/x264: use tuple-prefixed tools in live ebuild Apply commit 4531c7dc106702 ("media-libs/x264: use tuple-prefixed tools") to live ebuild as well. Reported-by: Arfrever Frehtes Taifersar Arahesis Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich gentoo.org> media-libs/x264/x264-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index 2ddcd7e513c..6aca6aa96dd 100644 --- a/media-libs/x264/x264-9999.ebuild +++ b/media-libs/x264/x264-9999.ebuild @@ -50,6 +50,7 @@ multilib_src_configure() { --enable-pic \ --enable-shared \ --host="${CHOST}" \ + --cross-prefix="${CHOST}-" \ $(usex interlaced "" "--disable-interlaced") \ $(usex opencl "" "--disable-opencl") \ $(usex static-libs "--enable-static" "") \