mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Merge updates from master
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user