Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/xapian/
Date: Thu, 23 Apr 2020 21:26:28
Message-Id: 1587677180.5bef0b8e885509eaa2d7725df6854d5c16af2c75.blueness@gentoo
1 commit: 5bef0b8e885509eaa2d7725df6854d5c16af2c75
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 23 21:25:42 2020 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 23 21:26:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bef0b8e
7
8 dev-libs/xapian: stable 1.4.14 for arm64, bug #711800
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
12
13 dev-libs/xapian/xapian-1.4.14.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/xapian/xapian-1.4.14.ebuild b/dev-libs/xapian/xapian-1.4.14.ebuild
17 index c4d4320f4e4..cb7643fe28a 100644
18 --- a/dev-libs/xapian/xapian-1.4.14.ebuild
19 +++ b/dev-libs/xapian/xapian-1.4.14.ebuild
20 @@ -13,7 +13,7 @@ SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz"
21
22 LICENSE="GPL-2"
23 SLOT="0/30" # ABI version of libxapian.so
24 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-solaris"
25 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~x64-solaris"
26 IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +inmemory +remote"
27
28 DEPEND="sys-libs/zlib"