diff options
author | 2020-10-26 02:47:51 +0000 | |
---|---|---|
committer | 2020-10-26 02:47:51 +0000 | |
commit | c3da771985777fecdd6fbbfc52d7637590db4bbf (patch) | |
tree | cd1504314e0b5e368920a84d4e01030498328f44 /dev-libs/xapian | |
parent | profiles/arch/powerpc/ppc64/64ul/use.mask: -ocamlopt (diff) | |
download | gentoo-c3da771985777fecdd6fbbfc52d7637590db4bbf.tar.gz gentoo-c3da771985777fecdd6fbbfc52d7637590db4bbf.tar.bz2 gentoo-c3da771985777fecdd6fbbfc52d7637590db4bbf.zip |
dev-libs/xapian: Stabilize 1.4.17 arm64, #751025
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/xapian-1.4.17.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xapian/xapian-1.4.17.ebuild b/dev-libs/xapian/xapian-1.4.17.ebuild index b9cd34645c2e..da780028f6dc 100644 --- a/dev-libs/xapian/xapian-1.4.17.ebuild +++ b/dev-libs/xapian/xapian-1.4.17.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://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 ~s390 ~sparc x86 ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~x64-solaris" IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +inmemory +remote" DEPEND="sys-libs/zlib" |