talloc: fix dep

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-04-02 22:13:42 -04:00
parent 59d63e9be6
commit 378bdae42b
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -30,7 +30,7 @@ RDEPEND="
# Valgrind is automagic here but it's a build-only dep so it's not so bad.
DEPEND="
${RDEPEND}
valgrind? ( dev-util/valgrind )
valgrind? ( dev-debug/valgrind )
"
BDEPEND="
${PYTHON_DEPS}