diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-24 18:56:49 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-06-24 20:36:05 +0100 |
commit | 778d936e3761ce1e9064099b6476dd711432c53b (patch) | |
tree | 21883454fa3f202da43c3e8851068db2e8413d89 /dev-libs/xapian | |
parent | app-text/xapian-omega: stable 1.4.5 for ppc, bug #658876 (diff) | |
download | gentoo-778d936e3761ce1e9064099b6476dd711432c53b.tar.gz gentoo-778d936e3761ce1e9064099b6476dd711432c53b.tar.bz2 gentoo-778d936e3761ce1e9064099b6476dd711432c53b.zip |
dev-libs/xapian: stable 1.4.5 for ppc, bug #658876
Bug: https://bugs.gentoo.org/658876
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/xapian-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xapian/xapian-1.4.5.ebuild b/dev-libs/xapian/xapian-1.4.5.ebuild index 923b057a6bef..33e148117ee1 100644 --- a/dev-libs/xapian/xapian-1.4.5.ebuild +++ b/dev-libs/xapian/xapian-1.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -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 ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc ~x86 ~x64-solaris" IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert +inmemory" DEPEND="sys-libs/zlib" |