From 149e967321483b5d1934b897a9ac7c18f715b1fa Mon Sep 17 00:00:00 2001 From: "Marty E. Plummer" Date: Fri, 20 Apr 2018 09:36:34 -0500 Subject: www-servers/gatling: epatch->PATCHES=() Also reworked the patch to be -p1. Package-Manager: Portage-2.3.31, Repoman-2.3.9 --- www-servers/gatling/files/gatling-0.13-compile.patch | 4 ++-- www-servers/gatling/gatling-0.15.ebuild | 9 ++++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/www-servers/gatling/files/gatling-0.13-compile.patch b/www-servers/gatling/files/gatling-0.13-compile.patch index 7b4d44af9c09..a87a9541becb 100644 --- a/www-servers/gatling/files/gatling-0.13-compile.patch +++ b/www-servers/gatling/files/gatling-0.13-compile.patch @@ -1,5 +1,5 @@ ---- GNUmakefile 2012-04-10 04:31:14.505474482 +0200 -+++ GNUmakefile 2012-04-10 04:31:53.821982958 +0200 +--- a/GNUmakefile ++++ b/GNUmakefile @@ -64,7 +64,7 @@ acc: acc.c $(CC) -o $@ $< $(CFLAGS) $(LDFLAGS) -lowfat diff --git a/www-servers/gatling/gatling-0.15.ebuild b/www-servers/gatling/gatling-0.15.ebuild index f2b75dd25464..b404cfd8a5c9 100644 --- a/www-servers/gatling/gatling-0.15.ebuild +++ b/www-servers/gatling/gatling-0.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -23,10 +23,13 @@ DEPEND=">=dev-libs/libowfat-0.25[diet=] )" RDEPEND="${DEPEND}" +PATCHES=( + "${FILESDIR}/${PN}-0.13-compile.patch" +) + src_prepare() { + default rm Makefile # leaves us with GNUmakefile - epatch "${FILESDIR}/${PN}-0.13-compile.patch" - eapply_user } src_compile() { -- cgit v1.2.3-65-gdbad