diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-06-02 19:02:58 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-06-02 19:02:58 -0400 |
commit | 5bcfaee7f2ae3c414f2743f068e58af96a3681ac (patch) | |
tree | 8d5517e5b0e942057f4091f8df7484e915b4589a /dev-libs/xapian | |
parent | net-libs/libmicrohttpd: version bump to 0.9.50 (diff) | |
download | gentoo-5bcfaee7f2ae3c414f2743f068e58af96a3681ac.tar.gz gentoo-5bcfaee7f2ae3c414f2743f068e58af96a3681ac.tar.bz2 gentoo-5bcfaee7f2ae3c414f2743f068e58af96a3681ac.zip |
dev-libs/xapian: fix subslot
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/xapian-1.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/xapian/xapian-1.3.7.ebuild b/dev-libs/xapian/xapian-1.3.7.ebuild index 22db0994a732..feebda6483f5 100644 --- a/dev-libs/xapian/xapian-1.3.7.ebuild +++ b/dev-libs/xapian/xapian-1.3.7.ebuild @@ -13,7 +13,7 @@ HOMEPAGE="http://www.xapian.org/" SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" -SLOT="0/1.3.7" # ABI version of libxapian-1.3.so, prefixed with 1.3. +SLOT="0/1.3.8" # ABI version of libxapian-1.3.so, prefixed with 1.3. 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" |