From c9124cea0942aad4af796c0ac54c191bf33261c0 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 25 Jan 2026 08:44:55 -0800 Subject: [PATCH 1/2] app-crypt/sequoia-sq: add check-reqs due to build size Signed-off-by: Robin H. Johnson --- 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 82eff7bbb22a3..866f525f62cc3 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 From fb0a21996f753c7ff10aa48f2c35d22b712a76de Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sun, 25 Jan 2026 08:45:34 -0800 Subject: [PATCH 2/2] app-crypt/sequoia-sop: add check-reqs due to build size Signed-off-by: Robin H. Johnson --- 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 c22bbc89b268a..529691807c8fe 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"