commit: 480424f2bb7d3d555e5ccefba71a1f5f166bae20 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Feb 5 21:37:04 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Feb 5 21:37:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480424f2
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 <slyfox <AT> gentoo.org> dev-libs/gmp/gmp-6.1.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild index 6481d95238b..68a429d051f 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() {
