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 0921A138334 for ; Sun, 10 Mar 2019 13:03:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07C0CE0AA7; Sun, 10 Mar 2019 13:03:33 +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 D3B2FE0AA7 for ; Sun, 10 Mar 2019 13:03: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 A0BF6335C7B for ; Sun, 10 Mar 2019 13:03:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFC304FF for ; Sun, 10 Mar 2019 13:03:27 +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: <1552222999.37710f28851ba50ede07f1f5b9c0820a822d8ca2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/syslinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/syslinux/syslinux-6.04_pre1.ebuild X-VCS-Directories: sys-boot/syslinux/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 37710f28851ba50ede07f1f5b9c0820a822d8ca2 X-VCS-Branch: master Date: Sun, 10 Mar 2019 13:03: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: 38ce78db-aa2d-469e-b1e7-6fe39c6df6ae X-Archives-Hash: 3cc44a503d80b4d48827196d4f9d7f32 commit: 37710f28851ba50ede07f1f5b9c0820a822d8ca2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Mar 10 13:02:44 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Mar 10 13:03:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37710f28 sys-boot/syslinux: allow user patches, #662678 Applying user patches will ease testing and debugging of #662678 Bug: https://bugs.gentoo.org/662678 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich gentoo.org> sys-boot/syslinux/syslinux-6.04_pre1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild index 649460108cd..026381ff536 100644 --- a/sys-boot/syslinux/syslinux-6.04_pre1.ebuild +++ b/sys-boot/syslinux/syslinux-6.04_pre1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -82,6 +82,8 @@ src_prepare() { ewarn "Continuing anyway as requested." fi fi + + epatch_user } src_compile() {