From 419bdfc86be04c2116aaeaedfd02cbfa699be794 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 12 Jan 2018 19:41:41 +0100 Subject: [PATCH] hivex: rebuild for ruby-2.5.0. --- srcpkgs/hivex/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template index 9bda2c8fb5b..fcc48b189fb 100644 --- a/srcpkgs/hivex/template +++ b/srcpkgs/hivex/template @@ -1,13 +1,13 @@ # Template file for 'hivex' pkgname=hivex version=1.3.14 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-ocaml" # currently ocaml is broken makedepends="libxml2-devel python-devel ruby-devel perl" hostmakedepends="python perl ruby ocaml ocaml-findlib perl-IO-stringy" depends="perl" -short_desc="System for extracting the contents of Windows Registry." +short_desc="System for extracting the contents of Windows Registry" maintainer="Andrea Brancaleoni " license="LGPL-2.1" homepage="http://libguestfs.org"