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 B7DF8138334 for ; Tue, 8 Oct 2019 14:40:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2B20E093A; Tue, 8 Oct 2019 14:40:32 +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 5A7E4E0937 for ; Tue, 8 Oct 2019 14:40:32 +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 5567F34BA61 for ; Tue, 8 Oct 2019 14:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4BF3840 for ; Tue, 8 Oct 2019 14:40:27 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1570545594.d600e9d12217789119c3248eea6ae52bc184eb40.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/rar2fs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild X-VCS-Directories: sys-fs/rar2fs/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: d600e9d12217789119c3248eea6ae52bc184eb40 X-VCS-Branch: master Date: Tue, 8 Oct 2019 14:40:27 +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: f3dccc66-0a51-4366-a916-79c2101c17e2 X-Archives-Hash: a5e79bb27cb8b517f6f8b92cedcf19eb commit: d600e9d12217789119c3248eea6ae52bc184eb40 Author: Tim Harder gentoo org> AuthorDate: Tue Oct 8 06:03:43 2019 +0000 Commit: Tim Harder gentoo org> CommitDate: Tue Oct 8 14:39:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d600e9d1 sys-fs/rar2fs: fix crossdev/prefix builds Closes: https://bugs.gentoo.org/694994 Signed-off-by: Tim Harder gentoo.org> sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild b/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild index 3860f0c11db..d7d5e5f041b 100644 --- a/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild +++ b/sys-fs/rar2fs/rar2fs-1.27.2-r1.ebuild @@ -23,7 +23,7 @@ src_configure() { export USER_CFLAGS="${CFLAGS}" econf \ - --with-unrar=/usr/include/libunrar \ + --with-unrar="${ESYSROOT}"/usr/include/libunrar \ --disable-static-unrar \ $(use_enable debug) }