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 43DF4138350 for ; Mon, 30 Mar 2020 22:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89137E0BC2; Mon, 30 Mar 2020 22:42:47 +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 6F11AE0BC2 for ; Mon, 30 Mar 2020 22:42:47 +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 6B2D234F0A2 for ; Mon, 30 Mar 2020 22:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25D8C13A for ; Mon, 30 Mar 2020 22:42:43 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1585608000.4e29a5b6f2f13be4bdae43dd259287199fa6ceee.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/flashrom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/flashrom/flashrom-9999.ebuild X-VCS-Directories: sys-apps/flashrom/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 4e29a5b6f2f13be4bdae43dd259287199fa6ceee X-VCS-Branch: master Date: Mon, 30 Mar 2020 22:42:43 +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: de23a29b-6a10-40aa-8167-c4863bfdd755 X-Archives-Hash: 7fa3d3f8f22e8add7b951e7acab800f1 commit: 4e29a5b6f2f13be4bdae43dd259287199fa6ceee Author: Marek Szuba gentoo org> AuthorDate: Mon Mar 30 22:08:38 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Mar 30 22:40:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e29a5b6 sys-apps/flashrom: live ebuild: compile and install libflashrom Signed-off-by: Marek Szuba gentoo.org> sys-apps/flashrom/flashrom-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-apps/flashrom/flashrom-9999.ebuild b/sys-apps/flashrom/flashrom-9999.ebuild index 44446c7c4e1..465d5969df3 100644 --- a/sys-apps/flashrom/flashrom-9999.ebuild +++ b/sys-apps/flashrom/flashrom-9999.ebuild @@ -138,7 +138,7 @@ src_compile() { fi tc-export AR CC PKG_CONFIG RANLIB - emake WARNERROR=no "${args[@]}" + emake WARNERROR=no "${args[@]}" all libflashrom.a } src_test() { @@ -153,6 +153,8 @@ src_install() { dosbin flashrom doman flashrom.8 dodoc README Documentation/*.txt + dolib.a libflashrom.a + doheader libflashrom.h if use tools ; then if use amd64 ; then