diff options
-rw-r--r-- | app-misc/hivex/hivex-1.3.14.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-misc/hivex/hivex-1.3.14.ebuild b/app-misc/hivex/hivex-1.3.14.ebuild index 07099a99b45c..b7386f5f5381 100644 --- a/app-misc/hivex/hivex-1.3.14.ebuild +++ b/app-misc/hivex/hivex-1.3.14.ebuild @@ -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} ) " |