From 0e962f42477d52a7690840540ea4f63ac08429f6 Mon Sep 17 00:00:00 2001 From: Amy Winston Date: Sat, 5 Dec 2015 14:53:13 +0100 Subject: [PATCH] sci-geosciences/grass: add missing epatch call. By wraeth Package-Manager: portage-2.2.20.1 --- .../{grass-7.0.2-soname.patch => grass-7.0.1-soname.patch} | 0 sci-geosciences/grass/grass-7.0.1-r4.ebuild | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename sci-geosciences/grass/files/{grass-7.0.2-soname.patch => grass-7.0.1-soname.patch} (100%) diff --git a/sci-geosciences/grass/files/grass-7.0.2-soname.patch b/sci-geosciences/grass/files/grass-7.0.1-soname.patch similarity index 100% rename from sci-geosciences/grass/files/grass-7.0.2-soname.patch rename to sci-geosciences/grass/files/grass-7.0.1-soname.patch diff --git a/sci-geosciences/grass/grass-7.0.1-r4.ebuild b/sci-geosciences/grass/grass-7.0.1-r4.ebuild index f13e558668a2..1c6a17bd844d 100644 --- a/sci-geosciences/grass/grass-7.0.1-r4.ebuild +++ b/sci-geosciences/grass/grass-7.0.1-r4.ebuild @@ -84,7 +84,7 @@ PATCHES=( "${FILESDIR}/${P}"-include-errno.patch "${FILESDIR}/${P}"-declare-inespg.patch "${FILESDIR}/${PV}"-sec-format.patch - "${FILESDIR}"/grass-7.0.2-soname.patch + "${FILESDIR}/${P}"-soname.patch ) pkg_setup() { @@ -126,6 +126,8 @@ src_prepare() { sed -e 's:\(#include \):#ifdef HAVE_OGR\n\1\n#endif:' \ -i "${S}/vector/v.external/main.c" || die "failed to sed main.c" + epatch "${PATCHES[@]}" + epatch_user eautoconf -- 2.26.2