commit: efd4acc245415fb1f6e003d4af5d88b4e7dccef3
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 03:02:17 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 03:11:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd4acc2
dev-libs/xapian: USE=inmemory requires chert
Package-Manager: portage-2.2.24
dev-libs/xapian/xapian-1.3.3-r1.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-libs/xapian/xapian-1.3.3-r1.ebuild
b/dev-libs/xapian/xapian-1.3.3-r1.ebuild
index 2083c8a..5aa263c 100644
--- a/dev-libs/xapian/xapian-1.3.3-r1.ebuild
+++ b/dev-libs/xapian/xapian-1.3.3-r1.ebuild
@@ -18,6 +18,8 @@ IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2
+brass +chert +inme
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}"
+REQUIRED_USE="inmemory? ( chert )"
+
S="${WORKDIR}/${MY_P}"
src_configure() {