summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gpgme')
-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