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 37B6D138330 for ; Tue, 11 Oct 2016 08:36:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C659CE07F7; Tue, 11 Oct 2016 08:36:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 97E5FE07F7 for ; Tue, 11 Oct 2016 08:36:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4EE2434163C for ; Tue, 11 Oct 2016 08:36:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20EF52F2 for ; Tue, 11 Oct 2016 08:36:30 +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: <1476174955.23d40e5fa7f65fd2b80ade40ab1258eff35a6e27.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.7.0.ebuild X-VCS-Directories: app-crypt/gpgme/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 23d40e5fa7f65fd2b80ade40ab1258eff35a6e27 X-VCS-Branch: master Date: Tue, 11 Oct 2016 08:36:30 +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: 7ef0eabb-1242-49d1-949f-9e2f80a9973b X-Archives-Hash: 7a13e25b195bee355d4411a6087da52e commit: 23d40e5fa7f65fd2b80ade40ab1258eff35a6e27 Author: Alon Bar-Lev gentoo org> AuthorDate: Tue Oct 11 08:35:55 2016 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Tue Oct 11 08:35:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d40e5f app-crypt/gpgme: do not use ${T} in global scope Package-Manager: portage-2.3.0 app-crypt/gpgme/gpgme-1.7.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/gpgme/gpgme-1.7.0.ebuild b/app-crypt/gpgme/gpgme-1.7.0.ebuild index fc04302..16eaa6e 100644 --- a/app-crypt/gpgme/gpgme-1.7.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.7.0.ebuild @@ -42,7 +42,6 @@ PATCHES=( "${FILESDIR}"/${P}-build-tests.patch "${FILESDIR}"/${P}-build-tests-disable.patch "${FILESDIR}"/${P}-build-python.patch - "${T}"/${P}-build-32bit.patch ) do_python() { @@ -55,6 +54,9 @@ do_python() { src_prepare() { sed -e '/a\/lang\/cpp\/src\/context_glib.cpp/,+30d' "${DISTDIR}/gpgme-1.7.0-build-32bit.patch" > "${T}/gpgme-1.7.0-build-32bit.patch" + PATCHES+=( + "${T}"/${P}-build-32bit.patch + ) default eautoreconf do_python