commit: fb0a21996f753c7ff10aa48f2c35d22b712a76de
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 25 16:45:34 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=fb0a2199
app-crypt/sequoia-sop: add check-reqs due to build size
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild
b/app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild
index c22bbc89b268..529691807c8f 100644
--- a/app-crypt/sequoia-sop/sequoia-sop-0.37.3.ebuild
+++ b/app-crypt/sequoia-sop/sequoia-sop-0.37.3.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="
RUST_MIN_VER="1.85.0"
LLVM_COMPAT=( {16..21} )
-inherit cargo llvm-r1 shell-completion
+inherit cargo llvm-r1 shell-completion check-reqs
DESCRIPTION="Implementation of the Stateless OpenPGP Command Line Interface
using Sequoia"
HOMEPAGE="https://sequoia-pgp.org/ https://gitlab.com/sequoia-pgp/sequoia-sop"
@@ -27,6 +27,8 @@ LICENSE+="
SLOT="0"
KEYWORDS="~amd64"
IUSE="botan"
+CHECKREQS_DISK_BUILD="2G"
+CHECKREQS_MEMORY="2G"
QA_FLAGS_IGNORED="usr/bin/sqop"