wok diff elfutils/receipt @ rev 11139

Up: wxpython to 2.8.12.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 21:03:47 2011 +0000 (2011-10-26)
parents ead6ac3e98b7
children e1f534cbd1eb
line diff
     1.1 --- a/elfutils/receipt	Wed May 25 19:27:13 2011 +0000
     1.2 +++ b/elfutils/receipt	Wed Oct 26 21:03:47 2011 +0000
     1.3 @@ -13,15 +13,11 @@
     1.4  WGET_URL="http://gentoo.webm.ru/distfiles/$TARBALL"
     1.5  
     1.6  DEPENDS="glibc-base elfutils"
     1.7 -#BUILD_DEPENDS="binutils"
     1.8  
     1.9  # Rules to configure and make the package.
    1.10  compile_rules()
    1.11  {
    1.12  	cd $src
    1.13 -	if [ -x /usr/bin/cook ]; then
    1.14 -		[ -d "/var/lib/tazpkg/installed/binutils" ] || tazpkg get-install binutils
    1.15 -	fi
    1.16  	./configure $CONFIGURE_ARGS &&
    1.17  	make && make check && make install
    1.18  }