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 EF2FB1382C5 for ; Mon, 15 Jun 2020 09:54:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26CDAE089D; Mon, 15 Jun 2020 09:54:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0D02BE089D for ; Mon, 15 Jun 2020 09:54:10 +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 D79AD34F076 for ; Mon, 15 Jun 2020 09:54:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B04299 for ; Mon, 15 Jun 2020 09:54:06 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1592214831.54d131edd288aa09a6faaf079ec1b03cf9f293e4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/iproute2/, sys-apps/iproute2/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/iproute2/files/iproute2-5.7.0-mix-signal.h-include.patch sys-apps/iproute2/iproute2-5.7.0.ebuild X-VCS-Directories: sys-apps/iproute2/files/ sys-apps/iproute2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 54d131edd288aa09a6faaf079ec1b03cf9f293e4 X-VCS-Branch: master Date: Mon, 15 Jun 2020 09:54:06 +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: d2ca2064-1b43-454b-a535-2fe04aecb98f X-Archives-Hash: 0d5529e82716658d579ee440b138f573 commit: 54d131edd288aa09a6faaf079ec1b03cf9f293e4 Author: David Seifert gentoo org> AuthorDate: Mon Jun 15 09:53:51 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jun 15 09:53:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54d131ed sys-apps/iproute2: Patch for missing #include Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> .../iproute2/files/iproute2-5.7.0-mix-signal.h-include.patch | 10 ++++++++++ sys-apps/iproute2/iproute2-5.7.0.ebuild | 1 + 2 files changed, 11 insertions(+) diff --git a/sys-apps/iproute2/files/iproute2-5.7.0-mix-signal.h-include.patch b/sys-apps/iproute2/files/iproute2-5.7.0-mix-signal.h-include.patch new file mode 100644 index 00000000000..be606c107fc --- /dev/null +++ b/sys-apps/iproute2/files/iproute2-5.7.0-mix-signal.h-include.patch @@ -0,0 +1,10 @@ +--- a/devlink/devlink.c ++++ b/devlink/devlink.c +@@ -15,6 +15,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/sys-apps/iproute2/iproute2-5.7.0.ebuild b/sys-apps/iproute2/iproute2-5.7.0.ebuild index 7dcb54c51f5..6a78d7f40fb 100644 --- a/sys-apps/iproute2/iproute2-5.7.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.7.0.ebuild @@ -48,6 +48,7 @@ PATCHES=( "${FILESDIR}"/${PN}-3.1.0-mtu.patch #291907 "${FILESDIR}"/${PN}-4.20.0-configure-nomagic.patch # bug 643722 "${FILESDIR}"/${PN}-5.1.0-portability.patch + "${FILESDIR}"/${PN}-5.7.0-mix-signal.h-include.patch ) src_prepare() {