summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-mail/notmuch/notmuch-0.30-r1.ebuild (renamed from net-mail/notmuch/notmuch-0.30.ebuild)6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mail/notmuch/notmuch-0.30.ebuild b/net-mail/notmuch/notmuch-0.30-r1.ebuild
index 9ef697064321..2806d20a9ff4 100644
--- a/net-mail/notmuch/notmuch-0.30.ebuild
+++ b/net-mail/notmuch/notmuch-0.30-r1.ebuild
@@ -87,6 +87,12 @@ bindings() {
${@}
rc=${?}
popd || die
+
+ # Old deprecated bindings, #736204
+ pushd bindings/python || die
+ ${@}
+ rc=${?}
+ popd || die
fi
return ${rc}
}