From 91ba9c097bcf2d16161c5a00b8991a3093e1d889 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2014 11:49:55 +0100 Subject: [PATCH] linux-user-chroot: remove long_desc. --- srcpkgs/linux-user-chroot/template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/srcpkgs/linux-user-chroot/template b/srcpkgs/linux-user-chroot/template index 946f59e3273..9476c4c888e 100644 --- a/srcpkgs/linux-user-chroot/template +++ b/srcpkgs/linux-user-chroot/template @@ -1,19 +1,13 @@ # Template file for 'linux-user-chroot' pkgname=linux-user-chroot version=v2012.2 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake" short_desc="Setuid helper for making bind mounts and chrooting" maintainer="Juan RP " homepage="http://git.gnome.org/browse/linux-user-chroot/" license="GPL-2" -long_desc=" - This tool allows regular (non-root) users to call chroot(2), create - Linux bind mounts, and use some Linux container features. It's - primarily intended for use by build systems. - - NOTE: Only users in the wheel group can use this tool." do_fetch() { local url="git://git.gnome.org/linux-user-chroot"