Install this version:
emerge -a =net-mail/dovecot-fts-xapian-1.9.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-mail/dovecot-fts-xapian-1.9.3
Or alternatively:
emerge --autounmask-write -a =net-mail/dovecot-fts-xapian-1.9.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.9.3 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Dovecot FTS plugin to enable message indexing using Xapian"
HOMEPAGE="https://github.com/grosjo/fts-xapian"
SRC_URI="https://github.com/grosjo/fts-xapian/archive/${PV}.tar.gz -> ${PF}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="net-mail/dovecot[xapian]
dev-db/sqlite
dev-libs/icu
dev-libs/xapian"
src_unpack() {
default
mv ${WORKDIR}/fts-xapian-${PV} ${WORKDIR}/${PF}
}
src_configure() {
autoupdate
autoreconf -vi
./configure --prefix=/usr --with-dovecot=/usr/lib64/dovecot
}
net-mail/dovecot[xapian] dev-db/sqlite dev-libs/icu dev-libs/xapian