diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-05-25 16:27:19 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-05-25 16:28:46 +0200 |
commit | 9e68ab79bdfa8e8a4acf85129161cc8314f3c81c (patch) | |
tree | 1e1e4b31f4799414d261a41d1d3c469f15cb0f65 /dev-libs/xapian | |
parent | net-analyzer/nagios-check_rbl: new revision for perl-5.24 compatibility. (diff) | |
download | gentoo-9e68ab79bdfa8e8a4acf85129161cc8314f3c81c.tar.gz gentoo-9e68ab79bdfa8e8a4acf85129161cc8314f3c81c.tar.bz2 gentoo-9e68ab79bdfa8e8a4acf85129161cc8314f3c81c.zip |
dev-libs/xapian-1.2.22-r0: add alpha keyword
Gentoo-Bug: 574638
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/xapian-1.2.22.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xapian/xapian-1.2.22.ebuild b/dev-libs/xapian/xapian-1.2.22.ebuild index f3622788c856..d0b410b4cc39 100644 --- a/dev-libs/xapian/xapian-1.2.22.ebuild +++ b/dev-libs/xapian/xapian-1.2.22.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" |