dev-libs/gmp: allow user patches
authorSergei Trofimovich <slyfox@gentoo.org>
Tue, 5 Feb 2019 21:37:04 +0000 (21:37 +0000)
committerSergei Trofimovich <slyfox@gentoo.org>
Tue, 5 Feb 2019 21:37:30 +0000 (21:37 +0000)
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@gentoo.org>
dev-libs/gmp/gmp-6.1.2.ebuild

index 6481d95238bea89a55d090e24259adfd1c4c3cae..68a429d051fb95e5d3be901f46fd3c2bcf5c37e4 100644 (file)
@@ -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() {