From d18cc010244cc3a130bf428e5522ad6beb508cca Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 1 Feb 2013 11:36:26 +0100 Subject: [PATCH] patch: conflicts with chroot-patch. --- srcpkgs/patch/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/patch/template b/srcpkgs/patch/template index e7d47b284b0..ea42a20ebd6 100644 --- a/srcpkgs/patch/template +++ b/srcpkgs/patch/template @@ -1,7 +1,8 @@ # Template file for 'patch' pkgname=patch version=2.7.1 -revision=1 +revision=2 +conflicts="chroot-patch>=0" build_style=gnu-configure # Required by patch -e functionality. fulldepends="ed" @@ -12,7 +13,3 @@ homepage="http://www.gnu.org/software/patch/patch.html" license="GPL-3" distfiles="http://ftp.gnu.org/gnu/patch/patch-$version.tar.bz2" checksum=aae676de9e95051f425af4507fcc9a019941a2a1f78405e7dbd40bccf786aa11 -long_desc=" - patch takes a patch file containing a difference listing - produced by diff and applies those differences to one or - more original files, producing patched versions."