Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mu/
Date: Wed, 04 Sep 2019 03:25:32
Message-Id: 1567567509.a099e17121fb9f32eea18d3f13439471cfbcc35a.juippis@gentoo
1 commit: a099e17121fb9f32eea18d3f13439471cfbcc35a
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Tue Sep 3 19:05:55 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 4 03:25:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a099e171
7
8 net-mail/mu: fix xapian dependency version
9
10 Closes: https://bugs.gentoo.org/693426
11 Package-Manager: Portage-2.3.69, Repoman-2.3.16
12 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
13 Closes: https://github.com/gentoo/gentoo/pull/12855
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 net-mail/mu/mu-1.3.3.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/net-mail/mu/mu-1.3.3.ebuild b/net-mail/mu/mu-1.3.3.ebuild
20 index da630a9ec6a..96b9d511592 100644
21 --- a/net-mail/mu/mu-1.3.3.ebuild
22 +++ b/net-mail/mu/mu-1.3.3.ebuild
23 @@ -18,7 +18,7 @@ IUSE="emacs guile"
24 # really wants both installed at the same time.
25 DEPEND="
26 dev-libs/gmime:3.0
27 - dev-libs/xapian
28 + >=dev-libs/xapian-1.4
29 dev-libs/glib:2
30 emacs? ( >=virtual/emacs-24.4 )
31 guile? ( >=dev-scheme/guile-2.0 )