diff options
author | Sam James <sam@gentoo.org> | 2024-03-04 08:25:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-04 08:25:17 +0000 |
commit | 69f367b616fb5068dc062c31b3984500b2ac6017 (patch) | |
tree | 47c988b51eabaf62320b072f9c45207c344b6c71 /app-crypt/sequoia-sq | |
parent | net-irc/bnc: filter LTO (SA), eautoreconf (diff) | |
download | gentoo-69f367b616fb5068dc062c31b3984500b2ac6017.tar.gz gentoo-69f367b616fb5068dc062c31b3984500b2ac6017.tar.bz2 gentoo-69f367b616fb5068dc062c31b3984500b2ac6017.zip |
app-crypt/sequoia-sq: add dep on capnproto
Only needed at build-time.
Closes: https://bugs.gentoo.org/926020
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/sequoia-sq')
-rw-r--r-- | app-crypt/sequoia-sq/sequoia-sq-0.34.0-r1.ebuild (renamed from app-crypt/sequoia-sq/sequoia-sq-0.34.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.34.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.34.0-r1.ebuild index 2c7a88a1edcf..c7154f23d0a5 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.34.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.34.0-r1.ebuild @@ -516,7 +516,7 @@ COMMON_DEPEND=" " DEPEND=" ${COMMON_DEPEND} - sys-devel/clang + dev-libs/capnproto " RDEPEND=" ${COMMON_DEPEND} |