From: Sergei Trofimovich Date: Tue, 5 Feb 2019 21:37:04 +0000 (+0000) Subject: dev-libs/gmp: allow user patches X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=480424f2bb7d3d555e5ccefba71a1f5f166bae20;p=gentoo.git dev-libs/gmp: allow user patches To ease tweaking 'tuneup' and other tools allow user patches. Bug: https://bugs.gentoo.org/658688 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich --- diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild index 6481d95238be..68a429d051fb 100644 --- a/dev-libs/gmp/gmp-6.1.2.ebuild +++ b/dev-libs/gmp/gmp-6.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -53,6 +53,7 @@ src_prepare() { EOF # Patches to original configure might have lost the +x bit. chmod a+rx configure{,.wrapped} + epatch_user } multilib_src_configure() {