commit: c9124cea0942aad4af796c0ac54c191bf33261c0
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 25 16:44:55 2026 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Sun Jan 25 16:46:59 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9124cea
app-crypt/sequoia-sq: add check-reqs due to build size
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild
b/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild
index 82eff7bbb22a..866f525f62cc 100644
--- a/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild
+++ b/app-crypt/sequoia-sq/sequoia-sq-1.3.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2025 Gentoo Authors
+# Copyright 2021-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ CRATES="
LLVM_COMPAT=( {16..20} )
RUST_MIN_VER="1.79.0"
-inherit cargo llvm-r1 shell-completion
+inherit cargo llvm-r1 shell-completion check-reqs
DESCRIPTION="CLI of the Sequoia OpenPGP implementation"
HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sq"
@@ -27,6 +27,8 @@ LICENSE+="
SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64"
IUSE="botan"
+CHECKREQS_DISK_BUILD="4G"
+CHECKREQS_MEMORY="3G"
COMMON_DEPEND="
app-arch/bzip2