wok diff linux/receipt @ rev 8957

Fixed xpat2 to not need xorg and xorg-dev. Add xorg-libX11, xorg-libXt, and xorg-libXaw to xpat2 depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 01 18:45:33 2011 +0000 (2011-03-01)
parents 34e3298168a8
children 0c90dea68e8d
line diff
     1.1 --- a/linux/receipt	Mon Feb 21 04:39:34 2011 +0100
     1.2 +++ b/linux/receipt	Tue Mar 01 18:45:33 2011 +0000
     1.3 @@ -23,7 +23,6 @@
     1.4  	#done
     1.5  	report open-bloc
     1.6  
     1.7 -	report step "Installing aufs source"
     1.8  	_AUFSVER=`grep  ^VERSION= $WOK/aufs/receipt | cut -d "=" -f2 | sed -e 's/"//g'`
     1.9  	AUFSDIR=$WOK/$PACKAGE/aufs-${_AUFSVER}
    1.10  	tazwok get-src aufs --target=$AUFSDIR || { report close-bloc; return 1; }