From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E346C59CA3 for ; Mon, 7 Mar 2016 21:29:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1618521C015; Mon, 7 Mar 2016 21:29:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AAA1621C015 for ; Mon, 7 Mar 2016 21:29:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89CE3340A9E for ; Mon, 7 Mar 2016 21:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D0DF1B8A for ; Mon, 7 Mar 2016 21:29:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1457386155.265c63a2eed09b8b6dd39e1b35a6f8f214a46a90.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pciutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/pciutils/pciutils-3.4.1.ebuild X-VCS-Directories: sys-apps/pciutils/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 265c63a2eed09b8b6dd39e1b35a6f8f214a46a90 X-VCS-Branch: master Date: Mon, 7 Mar 2016 21:29:34 +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-Archives-Salt: a235da3a-eae4-4234-b014-cd67b06a73fc X-Archives-Hash: 81f596384dfb276858cd7da7a15931e1 commit: 265c63a2eed09b8b6dd39e1b35a6f8f214a46a90 Author: Mike Frysinger gentoo org> AuthorDate: Mon Mar 7 21:29:05 2016 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Mar 7 21:29:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265c63a2 sys-apps/pciutils: enable LFS support #471102 sys-apps/pciutils/pciutils-3.4.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/pciutils/pciutils-3.4.1.ebuild b/sys-apps/pciutils/pciutils-3.4.1.ebuild index 1b40596..392ac4c 100644 --- a/sys-apps/pciutils/pciutils-3.4.1.ebuild +++ b/sys-apps/pciutils/pciutils-3.4.1.ebuild @@ -4,7 +4,7 @@ EAPI="5" -inherit eutils multilib toolchain-funcs multilib-minimal +inherit eutils multilib toolchain-funcs multilib-minimal flag-o-matic DESCRIPTION="Various utilities dealing with the PCI bus" HOMEPAGE="http://mj.ucw.cz/sw/pciutils/ https://git.kernel.org/?p=utils/pciutils/pciutils.git" @@ -52,6 +52,10 @@ src_prepare() { multilib_copy_sources } +multilib_src_configure() { + append-lfs-flags #471102 +} + pemake() { emake \ HOST="${CHOST}" \