hivex: rebuild for ruby-2.7.1, use Python 3.

This commit is contained in:
Leah Neukirchen 2020-04-02 14:19:04 +02:00 committed by Leah Neukirchen
parent 0f10bc3ed2
commit 5b34d116b1

View file

@ -1,11 +1,11 @@
# Template file for 'hivex'
pkgname=hivex
version=1.3.18
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-ocaml" # currently ocaml is broken
hostmakedepends="python perl ruby ocaml ocaml-findlib perl-IO-stringy"
makedepends="libxml2-devel python-devel ruby-devel perl"
hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy"
makedepends="libxml2-devel python3-devel ruby-devel perl"
depends="perl"
short_desc="System for extracting the contents of Windows Registry"
maintainer="Andrea Brancaleoni <abc@pompel.me>"