*/*: Drop stable ia64 keywords
[gentoo.git] / net-mail / muchsync / muchsync-4.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 DESCRIPTION="Synchronizes mail messages and notmuch tags across machines"
7 HOMEPAGE="http://www.muchsync.org/"
8 SRC_URI="http://www.muchsync.org/src/${P}.tar.gz"
9
10 LICENSE="GPL-2+"
11 SLOT="0"
12 KEYWORDS="~amd64"
13 IUSE=""
14
15 DEPEND="dev-db/sqlite:3
16         dev-libs/openssl:0=
17         dev-libs/xapian:=
18         net-mail/notmuch:=
19         "
20 RDEPEND="${DEPEND}
21         net-misc/openssh
22         "