summaryrefslogtreecommitdiff
path: root/net-mail/notmuch/notmuch-0.31.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-mail/notmuch/notmuch-0.31.3.ebuild')
-rw-r--r--net-mail/notmuch/notmuch-0.31.3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-mail/notmuch/notmuch-0.31.3.ebuild b/net-mail/notmuch/notmuch-0.31.3.ebuild
index d538001bf035..57d73612bb36 100644
--- a/net-mail/notmuch/notmuch-0.31.3.ebuild
+++ b/net-mail/notmuch/notmuch-0.31.3.ebuild
@@ -7,7 +7,7 @@ DISTUTILS_OPTIONAL=1
NEED_EMACS="24.1"
PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
-inherit bash-completion-r1 desktop distutils-r1 elisp-common eutils flag-o-matic pax-utils toolchain-funcs xdg-utils
+inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils
DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
HOMEPAGE="https://notmuchmail.org/"
@@ -85,6 +85,10 @@ RDEPEND="${COMMON_DEPEND}
SITEFILE="50${PN}-gentoo.el"
+PATCHES=(
+ "${FILESDIR}"/${P}-glib-2.68.patch
+)
+
pkg_setup() {
use emacs && elisp-check-emacs-version
}