diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-02-29 17:11:40 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-29 23:57:39 +0000 |
commit | 0d3588c4a5385caad7e970458fc7eb3c11e997e2 (patch) | |
tree | b66a27d0a6f288a10b7f028ebc54e51cdd3591aa /app-text | |
parent | app-text/mecab: mark as LTO-unsafe (diff) | |
download | gentoo-0d3588c4a5385caad7e970458fc7eb3c11e997e2.tar.gz gentoo-0d3588c4a5385caad7e970458fc7eb3c11e997e2.tar.bz2 gentoo-0d3588c4a5385caad7e970458fc7eb3c11e997e2.zip |
app-text/groonga: require acct-* at build time, not merge time
It uses fowners in src_install. Migrating to sane technology like
systemd-tmpfiles is out of scope for getting the package to work today.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/groonga/groonga-13.0.1.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app-text/groonga/groonga-13.0.1.ebuild b/app-text/groonga/groonga-13.0.1.ebuild index bef5cf610056..670474842073 100644 --- a/app-text/groonga/groonga-13.0.1.ebuild +++ b/app-text/groonga/groonga-13.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,6 +18,8 @@ REQUIRED_USE=" " DEPEND=" + acct-group/groonga + acct-user/groonga >=dev-libs/onigmo-6.1.1:0= dev-libs/rapidjson dev-libs/xxhash @@ -33,11 +35,7 @@ DEPEND=" zlib? ( sys-libs/zlib:0= ) zstd? ( app-arch/zstd:0= ) " -RDEPEND=" - ${DEPEND} - acct-group/groonga - acct-user/groonga -" +RDEPEND="${DEPEND}" BDEPEND=" virtual/pkgconfig sphinx? ( dev-python/sphinx ) |