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 4B1B4138359 for ; Fri, 31 Jul 2020 07:16:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C7C8E097A; Fri, 31 Jul 2020 07:16:03 +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 4CE9CE097A for ; Fri, 31 Jul 2020 07:16:03 +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 BC34634EEAB for ; Fri, 31 Jul 2020 07:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C83EF2F3 for ; Fri, 31 Jul 2020 07:15:58 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1596179754.024c14ca80470b56f71a9f194ebc083860e8fdd5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/barnyard/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild X-VCS-Directories: net-analyzer/barnyard/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 024c14ca80470b56f71a9f194ebc083860e8fdd5 X-VCS-Branch: master Date: Fri, 31 Jul 2020 07:15:58 +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: 32e6391d-39a6-4ca4-a5c9-cff5cef56514 X-Archives-Hash: 6639979f5b58086ae61487f8695a92cf commit: 024c14ca80470b56f71a9f194ebc083860e8fdd5 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jul 31 07:14:13 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jul 31 07:15:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024c14ca net-analyzer/barnyard: Fix building with USE=-sguil TODO: Fix the USE=sguil patchset properly. Package-Manager: Portage-3.0.1, Repoman-2.3.23 Closes: https://bugs.gentoo.org/734866 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild b/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild index 4658d4eb7c6..6786fba3781 100644 --- a/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild +++ b/net-analyzer/barnyard/barnyard-0.2.0-r6.ebuild @@ -35,11 +35,14 @@ PATCHES=( "${WORKDIR}"/${P}-64bit.patch "${WORKDIR}"/${P}-canonical-ar.patch "${WORKDIR}"/${P}-configure-in.patch +) +SGUIL_PATCHES=( "${WORKDIR}"/${P}-op_plugbase.c.patch "${WORKDIR}"/${P}-sguil_files.patch ) src_prepare() { + use sguil && PATCHES+=( "${SGUIL_PATCHES[@]}" ) default eautoreconf