From 29e6f40a8685fc4c9fafc1e42bd7136e4b4c02e3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 29 Mar 2014 15:34:57 +0100 Subject: [PATCH] dmraid: rebuild to have corrected shlib-provides; lib32disabled=yes. --- common/shlibs | 1 + srcpkgs/dmraid/template | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/common/shlibs b/common/shlibs index 612d0aaae6a..1186f61f5d2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1505,3 +1505,4 @@ libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1 libgtkhex-3.so.0 libgtkhex-3.10.0_1 libgdlmm-3.0.so.2 libgdlmm-3.7.3_1 libgnote-3.12.so.0 gnote-3.12.0_1 +libdmraid.so.1 dmraid-1.0.0.rc16.3_5 diff --git a/srcpkgs/dmraid/template b/srcpkgs/dmraid/template index e42535a45f4..3a7bbba31ce 100644 --- a/srcpkgs/dmraid/template +++ b/srcpkgs/dmraid/template @@ -2,7 +2,7 @@ pkgname=dmraid _distver=1.0.0.rc16 _patchver=3 -revision=4 +revision=5 version="${_distver}.${_patchver}" wrksrc="${pkgname}" build_wrksrc="${_distver}-${_patchver}/${pkgname}" @@ -11,6 +11,7 @@ configure_args="--enable-led --enable-intel_led --enable-shared_lib" makedepends="device-mapper-devel>=2.02.95_3" systemd_services="dmraid.service off" depends="device-mapper>=2.02.95_3" +lib32disabled=yes short_desc="Device mapper RAID interface" maintainer="Juan RP " license="GPL-2, LGPL-2.1"