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 9EB34138350 for ; Fri, 31 Jan 2020 15:29:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 641A6E07DB; Fri, 31 Jan 2020 15:29:52 +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 4F2D7E07DB for ; Fri, 31 Jan 2020 15:29:52 +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 49C3834E580 for ; Fri, 31 Jan 2020 15:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECC337B for ; Fri, 31 Jan 2020 15:29:49 +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: <1580484587.1c17ae2a7eaa4894a2df449fab206124727c4c29.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nemesis/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nemesis/nemesis-1.4-r2.ebuild X-VCS-Directories: net-misc/nemesis/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1c17ae2a7eaa4894a2df449fab206124727c4c29 X-VCS-Branch: master Date: Fri, 31 Jan 2020 15:29:49 +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: 521e949c-fdd9-4793-a412-7ac2434a6f6f X-Archives-Hash: 7ac3980a602f901f5151e03997316407 commit: 1c17ae2a7eaa4894a2df449fab206124727c4c29 Author: Jeroen Roovers gentoo org> AuthorDate: Fri Jan 31 15:29:35 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri Jan 31 15:29:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c17ae2a net-misc/nemesis: Remove testing cruft Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> net-misc/nemesis/nemesis-1.4-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-misc/nemesis/nemesis-1.4-r2.ebuild b/net-misc/nemesis/nemesis-1.4-r2.ebuild index e7b2e7d1891..12ed858e34a 100644 --- a/net-misc/nemesis/nemesis-1.4-r2.ebuild +++ b/net-misc/nemesis/nemesis-1.4-r2.ebuild @@ -26,11 +26,10 @@ PATCHES=( "${FILESDIR}"/${P}-fileio.patch "${FILESDIR}"/${P}-libnet-1.0.patch "${FILESDIR}"/${P}-prototcp.patch + "${FILESDIR}"/${P}-fno-common.patch ) src_prepare() { default -for i in src/*.[ch]; do cp -av $i $i.orig || die; done - eapply "${FILESDIR}"/${P}-fno-common.patch eautoreconf }