From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 310221388C1 for ; Tue, 22 Dec 2015 03:08:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E59A2E087F; Tue, 22 Dec 2015 03:07:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D2A0E087F for ; Tue, 22 Dec 2015 03:07:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62813340139 for ; Tue, 22 Dec 2015 03:07:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7BADC94 for ; Tue, 22 Dec 2015 03:07:55 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1450753901.efd4acc245415fb1f6e003d4af5d88b4e7dccef3.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/xapian/xapian-1.3.3-r1.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: efd4acc245415fb1f6e003d4af5d88b4e7dccef3 X-VCS-Branch: master Date: Tue, 22 Dec 2015 03:07:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4bbf2422-7a94-4e16-9091-717e91bfd073 X-Archives-Hash: b69a750f2a5d4b7ca897dd1f8bd812bd commit: efd4acc245415fb1f6e003d4af5d88b4e7dccef3 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Dec 22 03:02:17 2015 +0000 Commit: Anthony G. Basile gentoo 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() {