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 F2F9B1382C5 for ; Fri, 2 Mar 2018 19:24:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE893E0AA5; Fri, 2 Mar 2018 19:24:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BA0BAE0AA5 for ; Fri, 2 Mar 2018 19:24:24 +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 802C5335C2C for ; Fri, 2 Mar 2018 19:24:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D02BD213 for ; Fri, 2 Mar 2018 19:24:21 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1519995508.6937862d7f8470dc859d8c873576512b166599a2.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gpgme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/gpgme/gpgme-1.10.0.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 6937862d7f8470dc859d8c873576512b166599a2 X-VCS-Branch: master Date: Fri, 2 Mar 2018 19:24:21 +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-Archives-Salt: 5e317987-def6-4caf-ac46-2303e7075fdf X-Archives-Hash: 7f458008b4173919bd0a34f4a3a86f27 commit: 6937862d7f8470dc859d8c873576512b166599a2 Author: Alon Bar-Lev gentoo org> AuthorDate: Fri Feb 16 18:21:22 2018 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Fri Mar 2 12:58:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6937862d app-crypt/gpgme: add elibtoolize Closes: https://bugs.gentoo.org/show_bug.cgi?id=647870 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-crypt/gpgme/gpgme-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/gpgme/gpgme-1.10.0.ebuild b/app-crypt/gpgme/gpgme-1.10.0.ebuild index d2d2386fafb..2fa68cf8788 100644 --- a/app-crypt/gpgme/gpgme-1.10.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.10.0.ebuild @@ -56,6 +56,7 @@ pkg_setup() { src_prepare() { default + elibtoolize # Make best effort to allow longer PORTAGE_TMPDIR # as usock limitation fails build/tests @@ -86,7 +87,6 @@ src_configure() { src_compile() { default - elibtoolize do_python }