commit:     ca7ea4f1f1dc94661370e13ae54584dd4699f991
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun May 21 13:14:06 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun May 21 13:25:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca7ea4f1

dev-python/opentype-sanitizer: add missing dep

Closes: https://bugs.gentoo.org/906829
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild 
b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
index 00eeb2c0e..1646da604 100644
--- a/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
+++ b/dev-python/opentype-sanitizer/opentype-sanitizer-9.0.0.ebuild
@@ -19,12 +19,14 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
-DEPEND="
+RDEPEND="
        app-arch/lz4:=
        media-libs/woff2
        sys-libs/zlib:=
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}
+       dev-cpp/gtest
+"
 BDEPEND="dev-util/meson"
 
 distutils_enable_tests pytest

Reply via email to