app-emacs/ledger-mode: Block against old versions of app-office/ledger.

Avoiding a file collision in /usr/share/emacs/site-lisp/ledger-mode/.

Bug: https://bugs.gentoo.org/690996#c9
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2019-08-11 10:52:13 +02:00
parent f96f304103
commit d7fdb4e833

View File

@@ -17,4 +17,5 @@ SITEFILE="50${PN}-gentoo.el"
ELISP_TEXINFO="doc/ledger-mode.texi"
BYTECOMPFLAGS+=" -l ledger-regex.el"
RDEPEND="!<app-office/ledger-3.1.2[emacs(-)]"
BDEPEND="sys-apps/texinfo"