commit: e90af10567197e0a3e55724f46e23b42f6b87492
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 13 17:50:24 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 13 17:50:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e90af105
dev-libs/zug: fix RDEPEND->BDEPEND for test deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/zug/zug-0.1.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/zug/zug-0.1.1.ebuild b/dev-libs/zug/zug-0.1.1.ebuild
index 1b99a2b549ac..f6f0e778379f 100644
--- a/dev-libs/zug/zug-0.1.1.ebuild
+++ b/dev-libs/zug/zug-0.1.1.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
-RDEPEND="
+BDEPEND="
test? ( <dev-cpp/catch-3:0 )
"