Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/
Date: Tue, 05 Feb 2019 21:37:47
Message-Id: 1549402650.480424f2bb7d3d555e5ccefba71a1f5f166bae20.slyfox@gentoo
1 commit: 480424f2bb7d3d555e5ccefba71a1f5f166bae20
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 5 21:37:04 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 5 21:37:30 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=480424f2
7
8 dev-libs/gmp: allow user patches
9
10 To ease tweaking 'tuneup' and other tools allow user patches.
11
12 Bug: https://bugs.gentoo.org/658688
13 Package-Manager: Portage-2.3.59, Repoman-2.3.12
14 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
15
16 dev-libs/gmp/gmp-6.1.2.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-libs/gmp/gmp-6.1.2.ebuild b/dev-libs/gmp/gmp-6.1.2.ebuild
20 index 6481d95238b..68a429d051f 100644
21 --- a/dev-libs/gmp/gmp-6.1.2.ebuild
22 +++ b/dev-libs/gmp/gmp-6.1.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="5"
29 @@ -53,6 +53,7 @@ src_prepare() {
30 EOF
31 # Patches to original configure might have lost the +x bit.
32 chmod a+rx configure{,.wrapped}
33 + epatch_user
34 }
35
36 multilib_src_configure() {