commit:     b18be4014a71388406969f2d0c5b002479c72521
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 17:31:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 17:34:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18be401

dev-libs/immer: update DESCRIPTION, fix catch2 RDEPEND->BDEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/immer/immer-0.8.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/immer/immer-0.8.1.ebuild 
b/dev-libs/immer/immer-0.8.1.ebuild
index 303211675474..4f6321f05cd2 100644
--- a/dev-libs/immer/immer-0.8.1.ebuild
+++ b/dev-libs/immer/immer-0.8.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 inherit cmake
 
-DESCRIPTION="A library of persistent and immutable data structures written in 
C++"
+DESCRIPTION="Library of persistent and immutable data structures written in 
C++"
 HOMEPAGE="https://sinusoid.es/immer/";
 SRC_URI="https://github.com/arximboldi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
@@ -18,9 +18,11 @@ RESTRICT="!test? ( test )"
 RDEPEND="
        dev-libs/boost:=
        dev-libs/boehm-gc
-       test? ( <dev-cpp/catch-3:0 )
 "
 DEPEND="${RDEPEND}"
+BDEPEND="
+       test? ( <dev-cpp/catch-3:0 )
+"
 
 PATCHES=(
        "${FILESDIR}"/${P}-fix-dvector-test.patch

Reply via email to