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 1A7EB1388C0 for ; Sun, 21 Feb 2016 19:00:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA1FE21C025; Sun, 21 Feb 2016 19:00:51 +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 8A36321C025 for ; Sun, 21 Feb 2016 19:00:51 +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 64D97340BF7 for ; Sun, 21 Feb 2016 19:00:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6354B1069 for ; Sun, 21 Feb 2016 19:00:47 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1456081229.d88dd1c83d250507b906c5d434e5a4f8be9e7012.maekke@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.2.22.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: d88dd1c83d250507b906c5d434e5a4f8be9e7012 X-VCS-Branch: master Date: Sun, 21 Feb 2016 19:00:47 +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: 283c4149-cf1a-4156-b23a-333286b7a96b X-Archives-Hash: 407c3e1e65d581ad31f70fb40799c6d3 commit: d88dd1c83d250507b906c5d434e5a4f8be9e7012 Author: Markus Meier gentoo org> AuthorDate: Sun Feb 21 19:00:29 2016 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Feb 21 19:00:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88dd1c8 dev-libs/xapian: arm stable, bug #574638 Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm" dev-libs/xapian/xapian-1.2.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xapian/xapian-1.2.22.ebuild b/dev-libs/xapian/xapian-1.2.22.ebuild index f328a48..6291028 100644 --- a/dev-libs/xapian/xapian-1.2.22.ebuild +++ b/dev-libs/xapian/xapian-1.2.22.ebuild @@ -14,7 +14,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/1.2.22" # ABI version of libxapian.so, prefixed with 1.2. -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" DEPEND="sys-libs/zlib"