app-misc/hivex: Needs slot op on perl, bug 617972
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 8 Nov 2019 13:28:50 +0000 (14:28 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Fri, 8 Nov 2019 13:28:50 +0000 (14:28 +0100)
Bug: https://bugs.gentoo.org/617972
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
app-misc/hivex/hivex-1.3.14.ebuild

index 07099a99b45c0107833c66c8862f704e2798f39f..b7386f5f5381d4000bc1365d2ce44a70b8ec58f2 100644 (file)
@@ -27,7 +27,10 @@ RDEPEND="
                         dev-ml/findlib[ocamlopt]
                         )
        readline? ( sys-libs/readline:0 )
-       perl? ( dev-perl/IO-stringy )
+       perl? (
+               dev-lang/perl:=
+               dev-perl/IO-stringy
+       )
        ruby? ( $(ruby_implementations_depend) )
        python? ( ${PYTHON_DEPS} )
        "