From: Alon Bar-Lev Date: Tue, 11 Oct 2016 08:35:55 +0000 (+0300) Subject: app-crypt/gpgme: do not use ${T} in global scope X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=23d40e5fa7f65fd2b80ade40ab1258eff35a6e27;p=gentoo.git app-crypt/gpgme: do not use ${T} in global scope Package-Manager: portage-2.3.0 --- diff --git a/app-crypt/gpgme/gpgme-1.7.0.ebuild b/app-crypt/gpgme/gpgme-1.7.0.ebuild index fc043021a352..16eaa6e41447 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