summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2024-04-15 08:57:38 +0300
committerJoonas Niilola <juippis@gentoo.org>2024-04-15 09:03:22 +0300
commit89829a80ef30057203ef5956402722865257e00d (patch)
tree29c9ca6dd47dfee175d2b141aac98a2593939ace /dev-util/librnp
parentwww-client/firefox: '--disable-elf-hack' is not recognized on ppc64 (diff)
downloadgentoo-89829a80ef30057203ef5956402722865257e00d.tar.gz
gentoo-89829a80ef30057203ef5956402722865257e00d.tar.bz2
gentoo-89829a80ef30057203ef5956402722865257e00d.zip
dev-util/librnp: restrict sexpp dep, fix tests call
Closes: https://bugs.gentoo.org/927638 Bug: https://bugs.gentoo.org/929906 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-util/librnp')
-rw-r--r--dev-util/librnp/librnp-0.17.0-r3.ebuild (renamed from dev-util/librnp/librnp-0.17.0-r2.ebuild)8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/librnp/librnp-0.17.0-r2.ebuild b/dev-util/librnp/librnp-0.17.0-r3.ebuild
index b04311dc0379..1ffd2d040346 100644
--- a/dev-util/librnp/librnp-0.17.0-r2.ebuild
+++ b/dev-util/librnp/librnp-0.17.0-r3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-inherit cmake
+inherit cmake multiprocessing
DESCRIPTION="High performance C++ OpenPGP library"
HOMEPAGE="https://www.rnpgp.org/ https://github.com/rnpgp/rnp"
@@ -16,7 +16,7 @@ IUSE="+botan man test"
RDEPEND="app-arch/bzip2
dev-libs/json-c:=
- >=dev-libs/sexpp-0.8.5[-static-libs(-)]
+ =dev-libs/sexpp-0.8.6*[-static-libs(-)]
sys-libs/zlib
botan? ( dev-libs/botan:2= )
!botan? ( >=dev-libs/openssl-1.1.1:= )"
@@ -76,7 +76,7 @@ src_configure() {
src_test() {
cd "${BUILD_DIR}"/src/tests || die
- ctest -j"${MAKEOPTS}" -R .* --output-on-failure || die
+ ctest -j$(makeopts_jobs) -R .* --output-on-failure || die
}
src_install() {