From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7B1B3139694 for ; Sat, 15 Jul 2017 17:48:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4DFE1FC091; Sat, 15 Jul 2017 17:48:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF1CF1FC08F for ; Sat, 15 Jul 2017 17:48:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 88AA2341807 for ; Sat, 15 Jul 2017 17:48:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F07947488 for ; Sat, 15 Jul 2017 17:48:42 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1500140842.f9447bf988bf545d2505a555872dfc1bc6f2f113.slyfox@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.4.4.ebuild X-VCS-Directories: dev-libs/xapian/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f9447bf988bf545d2505a555872dfc1bc6f2f113 X-VCS-Branch: master Date: Sat, 15 Jul 2017 17:48:42 +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: 56446f0d-3679-46c0-a125-283828c94b8f X-Archives-Hash: 3ed9547ab3ea759d18e6ba4bd652ec45 commit: f9447bf988bf545d2505a555872dfc1bc6f2f113 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Jul 15 17:47:22 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Jul 15 17:47:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9447bf9 dev-libs/xapian: ia64 stable, bug #624912 Package-Manager: Portage-2.3.6, Repoman-2.3.2 RepoMan-Options: --include-arches="ia64" dev-libs/xapian/xapian-1.4.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/xapian/xapian-1.4.4.ebuild b/dev-libs/xapian/xapian-1.4.4.ebuild index 99f87ec6dc6..a6ee8db56d3 100644 --- a/dev-libs/xapian/xapian-1.4.4.ebuild +++ b/dev-libs/xapian/xapian-1.4.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/30" # ABI version of libxapian.so -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert +inmemory" DEPEND="sys-libs/zlib"