summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2019-09-03 20:05:55 +0100
committerJoonas Niilola <juippis@gentoo.org>2019-09-04 06:25:09 +0300
commita099e17121fb9f32eea18d3f13439471cfbcc35a (patch)
tree354adb163926a660d57b8c2e926fe27bff33ce25
parentmedia-libs/tiff: arm64 stable (bug #693394) (diff)
downloadgentoo-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>
-rw-r--r--net-mail/mu/mu-1.3.3.ebuild2
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 )