diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-07 23:32:35 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-03-07 23:34:40 +0100 |
commit | 2f43b962dec5bb152dd77cbe311d43f77ba0b88b (patch) | |
tree | 8e8b294525fee128a3e78da643f8da3b0f5acae3 /dev-libs/xapian | |
parent | x11-misc/wmakerconf: fix compilation with glib 2.62 (diff) | |
download | gentoo-2f43b962dec5bb152dd77cbe311d43f77ba0b88b.tar.gz gentoo-2f43b962dec5bb152dd77cbe311d43f77ba0b88b.tar.bz2 gentoo-2f43b962dec5bb152dd77cbe311d43f77ba0b88b.zip |
dev-libs/xapian: x86 stable
Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/xapian-1.4.14.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xapian/xapian-1.4.14.ebuild b/dev-libs/xapian/xapian-1.4.14.ebuild index 26a3827b326f..b9cd34645c2e 100644 --- a/dev-libs/xapian/xapian-1.4.14.ebuild +++ b/dev-libs/xapian/xapian-1.4.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -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" |