From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1028674-garchives=archives.gentoo.org@lists.gentoo.org> 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 87DFB138334 for <garchives@archives.gentoo.org>; Fri, 8 Jun 2018 01:28:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72C12E0997; Fri, 8 Jun 2018 01:28:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4616DE0997 for <gentoo-commits@lists.gentoo.org>; Fri, 8 Jun 2018 01:28:38 +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 A4D91335CBD for <gentoo-commits@lists.gentoo.org>; Fri, 8 Jun 2018 01:28:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E9CD29E for <gentoo-commits@lists.gentoo.org>; Fri, 8 Jun 2018 01:28:35 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1528421306.feb7b9244f73af99ce94d5536b0a2b4a85f5dea3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/efitools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/efitools/efitools-1.8.1.ebuild X-VCS-Directories: app-crypt/efitools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: feb7b9244f73af99ce94d5536b0a2b4a85f5dea3 X-VCS-Branch: master Date: Fri, 8 Jun 2018 01:28:35 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f42fe7e0-ce0e-4fa7-aac2-a49741144d6e X-Archives-Hash: b5f02ed91edf44778a97087180dfea30 commit: feb7b9244f73af99ce94d5536b0a2b4a85f5dea3 Author: Edward Hyunkoo Jee <edjee <AT> google <DOT> com> AuthorDate: Wed May 30 23:27:17 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Fri Jun 8 01:28:26 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb7b924 app-crypt/efitools: apply patch to fix make rules The patch that fixes the make rules of 1.7.0 is still required for 1.8.1. Closes: https://github.com/gentoo/gentoo/pull/8648 app-crypt/efitools/efitools-1.8.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-crypt/efitools/efitools-1.8.1.ebuild b/app-crypt/efitools/efitools-1.8.1.ebuild index f18e8b8ea27..d27b90b2cbc 100644 --- a/app-crypt/efitools/efitools-1.8.1.ebuild +++ b/app-crypt/efitools/efitools-1.8.1.ebuild @@ -25,7 +25,10 @@ DEPEND="${RDEPEND} sys-boot/gnu-efi virtual/pkgconfig" -PATCHES=( "${FILESDIR}/${P}-libressl-compatibility.patch" ) +PATCHES=( + "${FILESDIR}/1.7.0-Make.rules.patch" + "${FILESDIR}/${P}-libressl-compatibility.patch" +) src_prepare() { # Respect users CFLAGS