diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-08-10 02:38:38 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-08-10 02:43:05 -0400 |
commit | f6da2d8728b8af05cf8340a446a3762a915100ab (patch) | |
tree | 8e6d09da9a2148e6fe3255adb3dc9ea37bce00ab /dev-libs/xapian | |
parent | app-arch/lzop: add patch from OE for building on x32 #575450 (diff) | |
download | gentoo-f6da2d8728b8af05cf8340a446a3762a915100ab.tar.gz gentoo-f6da2d8728b8af05cf8340a446a3762a915100ab.tar.bz2 gentoo-f6da2d8728b8af05cf8340a446a3762a915100ab.zip |
dev-libs/xapian: rename USE=brass to glass, bug #590754
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs/xapian')
-rw-r--r-- | dev-libs/xapian/metadata.xml | 1 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.3.7.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/xapian/xapian-1.4.0.ebuild | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/dev-libs/xapian/metadata.xml b/dev-libs/xapian/metadata.xml index 8d15771fe6a2..98ef503c833d 100644 --- a/dev-libs/xapian/metadata.xml +++ b/dev-libs/xapian/metadata.xml @@ -25,6 +25,7 @@ <use> <flag name="brass">Enabled brass backend db support</flag> <flag name="chert">Enabled chert backend db support</flag> + <flag name="glass">Enabled glass backend db support</flag> <flag name="inmemory">Enabled inmemory backend db support</flag> </use> </pkgmetadata> diff --git a/dev-libs/xapian/xapian-1.3.7.ebuild b/dev-libs/xapian/xapian-1.3.7.ebuild index feebda6483f5..6a49fee81bd7 100644 --- a/dev-libs/xapian/xapian-1.3.7.ebuild +++ b/dev-libs/xapian/xapian-1.3.7.ebuild @@ -15,7 +15,7 @@ SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" 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" +IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert +inmemory" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" @@ -44,7 +44,7 @@ src_configure() { myconf="${myconf} $(use_enable static-libs static)" - use brass || myconf="${myconf} --disable-backend-brass" + use glass || myconf="${myconf} --disable-backend-glass" use chert || myconf="${myconf} --disable-backend-chert" use inmemory || myconf="${myconf} --disable-backend-inmemory" diff --git a/dev-libs/xapian/xapian-1.4.0.ebuild b/dev-libs/xapian/xapian-1.4.0.ebuild index 380d289c115c..ebc2634c8f23 100644 --- a/dev-libs/xapian/xapian-1.4.0.ebuild +++ b/dev-libs/xapian/xapian-1.4.0.ebuild @@ -15,7 +15,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 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +brass +chert +inmemory" +IUSE="doc static-libs -cpu_flags_x86_sse +cpu_flags_x86_sse2 +glass +chert +inmemory" DEPEND="sys-libs/zlib" RDEPEND="${DEPEND}" @@ -44,7 +44,7 @@ src_configure() { myconf="${myconf} $(use_enable static-libs static)" - use brass || myconf="${myconf} --disable-backend-brass" + use glass || myconf="${myconf} --disable-backend-glass" use chert || myconf="${myconf} --disable-backend-chert" use inmemory || myconf="${myconf} --disable-backend-inmemory" |