diff options
author | Florian Schmaus <flow@gentoo.org> | 2021-12-30 14:33:30 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2021-12-30 14:36:00 +0100 |
commit | 78d9a69916bc6e36c0e612ce7218c9205ab6ddf1 (patch) | |
tree | eed68e6f3dcf655c01eed7f3e00e7df4052d9d19 /app-crypt/sequoia-sq | |
parent | net-analyzer/nagstamon: Drop myself as maintainer (diff) | |
download | gentoo-78d9a69916bc6e36c0e612ce7218c9205ab6ddf1.tar.gz gentoo-78d9a69916bc6e36c0e612ce7218c9205ab6ddf1.tar.bz2 gentoo-78d9a69916bc6e36c0e612ce7218c9205ab6ddf1.zip |
app-crypt/sequoia-sq: add missing BDEPEND
Closes: https://bugs.gentoo.org/830285
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Suggested-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-crypt/sequoia-sq')
-rw-r--r-- | app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild b/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild index a2b5e59a5b8f..6480ad2ea0e0 100644 --- a/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild +++ b/app-crypt/sequoia-sq/sequoia-sq-0.25.0.ebuild @@ -282,6 +282,10 @@ COMMON_DEPEND=" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" +BDEPEND=" + sys-devel/clang + virtual/pkgconfig +" src_compile() { cd sq || die |