From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DD3D138334 for ; Tue, 5 Feb 2019 21:37:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AFFCE0950; Tue, 5 Feb 2019 21:37:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E0BDAE0950 for ; Tue, 5 Feb 2019 21:37:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8C71335DD0 for ; Tue, 5 Feb 2019 21:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3382D52D for ; Tue, 5 Feb 2019 21:37:41 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1549402650.480424f2bb7d3d555e5ccefba71a1f5f166bae20.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gmp/gmp-6.1.2.ebuild X-VCS-Directories: dev-libs/gmp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 480424f2bb7d3d555e5ccefba71a1f5f166bae20 X-VCS-Branch: master Date: Tue, 5 Feb 2019 21:37:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e0cd6343-dffe-48b0-ada5-3e6374a19d4c X-Archives-Hash: 73b5a997baba3a72261ba904cf8c0d7e commit: 480424f2bb7d3d555e5ccefba71a1f5f166bae20 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Feb 5 21:37:04 2019 +0000 Commit: Sergei Trofimovich gentoo 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 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() {