From 324c0b89e9fa7ce10b302a215a100e3b110d87cd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 1 Feb 2013 11:32:31 +0100 Subject: [PATCH] gawk: conflicts with chroot-gawk. --- srcpkgs/gawk/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/gawk/template b/srcpkgs/gawk/template index 0ba25ffa472..eab61954115 100644 --- a/srcpkgs/gawk/template +++ b/srcpkgs/gawk/template @@ -1,7 +1,8 @@ # Template file for 'gawk' pkgname=gawk version=4.0.2 -revision=1 +revision=2 +conflicts="chroot-gawk>=0" build_style=gnu-configure configure_args="--with-readline" makedepends="readline-devel"