diff options
author | Matt Smith <matt@offtopica.uk> | 2019-09-03 20:05:55 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-09-04 06:25:09 +0300 |
commit | a099e17121fb9f32eea18d3f13439471cfbcc35a (patch) | |
tree | 354adb163926a660d57b8c2e926fe27bff33ce25 /net-mail | |
parent | media-libs/tiff: arm64 stable (bug #693394) (diff) | |
download | gentoo-a099e17121fb9f32eea18d3f13439471cfbcc35a.tar.gz gentoo-a099e17121fb9f32eea18d3f13439471cfbcc35a.tar.bz2 gentoo-a099e17121fb9f32eea18d3f13439471cfbcc35a.zip |
net-mail/mu: fix xapian dependency version
Closes: https://bugs.gentoo.org/693426
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Matt Smith <matt@offtopica.uk>
Closes: https://github.com/gentoo/gentoo/pull/12855
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mu/mu-1.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/mu/mu-1.3.3.ebuild b/net-mail/mu/mu-1.3.3.ebuild index da630a9ec6a7..96b9d5115927 100644 --- a/net-mail/mu/mu-1.3.3.ebuild +++ b/net-mail/mu/mu-1.3.3.ebuild @@ -18,7 +18,7 @@ IUSE="emacs guile" # really wants both installed at the same time. DEPEND=" dev-libs/gmime:3.0 - dev-libs/xapian + >=dev-libs/xapian-1.4 dev-libs/glib:2 emacs? ( >=virtual/emacs-24.4 ) guile? ( >=dev-scheme/guile-2.0 ) |