Diff groonga-8.0.2-r2 with a groonga-13.0.1
/usr/portage/app-text/groonga/groonga-13.0.1.ebuild 2023-10-09 14:52:28.876368335 +0300 | ||
---|---|---|
1 | 1 |
# Copyright 1999-2023 Gentoo Authors |
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=7 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
inherit libtool |
7 | 7 | |
... | ... | |
12 | 12 |
LICENSE="LGPL-2.1" |
13 | 13 |
SLOT="0" |
14 | 14 |
KEYWORDS="~amd64 ~x86" |
15 |
IUSE="abort benchmark debug doc dynamic-malloc-change +exact-alloc-count examples fmalloc futex jemalloc libedit libevent lzo +mecab msgpack +nfkc sphinx static-libs uyield zeromq zlib zstd" |
|
15 |
IUSE="benchmark debug doc +exact-alloc-count examples futex jemalloc libedit libevent lzo +mecab msgpack +nfkc sphinx static-libs uyield zeromq zlib zstd" |
|
16 | 16 |
REQUIRED_USE=" |
17 |
abort? ( dynamic-malloc-change ) |
|
18 |
fmalloc? ( dynamic-malloc-change ) |
|
19 | 17 |
sphinx? ( doc ) |
20 | 18 |
" |
21 | 19 | |
22 | 20 |
DEPEND=" |
23 | 21 |
>=dev-libs/onigmo-6.1.1:0= |
22 |
dev-libs/rapidjson |
|
23 |
dev-libs/xxhash |
|
24 | 24 |
benchmark? ( >=dev-libs/glib-2.8 ) |
25 | 25 |
jemalloc? ( dev-libs/jemalloc:0= ) |
26 | 26 |
libedit? ( >=dev-libs/libedit-3 ) |
... | ... | |
61 | 61 |
--without-libstemmer |
62 | 62 |
--disable-arrow |
63 | 63 |
--with-log-path="${EPREFIX}"/var/log/${PN}.log |
64 |
--without-luajit |
|
64 | 65 |
--without-ruby |
65 | 66 |
--with-shared-onigmo |
66 | 67 |
--with-onigmo=system |
67 |
$(use_enable abort) |
|
68 |
--with-xxhash |
|
68 | 69 |
$(use_enable benchmark) |
69 | 70 |
$(use_enable debug memory-debug) |
70 | 71 |
$(use_enable doc document) |
71 |
$(use_enable dynamic-malloc-change) |
|
72 | 72 |
$(use_enable exact-alloc-count) |
73 |
$(use_enable fmalloc) |
|
74 | 73 |
$(use_enable futex) |
75 | 74 |
$(use_with jemalloc) |
76 | 75 |
$(use_enable libedit) |