summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2016-10-11 11:35:55 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2016-10-11 11:35:55 +0300
commit23d40e5fa7f65fd2b80ade40ab1258eff35a6e27 (patch)
tree194735cee1133eb1087c1bf17e11ab6e5bc0d204 /app-crypt
parentnet-misc/drive: remove old versions (diff)
downloadgentoo-23d40e5fa7f65fd2b80ade40ab1258eff35a6e27.tar.gz
gentoo-23d40e5fa7f65fd2b80ade40ab1258eff35a6e27.tar.bz2
gentoo-23d40e5fa7f65fd2b80ade40ab1258eff35a6e27.zip
app-crypt/gpgme: do not use ${T} in global scope
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/gpgme/gpgme-1.7.0.ebuild4
1 files changed, 3 insertions, 1 deletions
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