wok diff yasm/receipt @ rev 17441

Up bind (9.9.6-P1) CVE-2014-8500
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 09 18:22:52 2014 +0100 (2014-12-09)
parents 78cb1e930abd
children 74d396ffb02c
line diff
     1.1 --- a/yasm/receipt	Sat Sep 07 15:59:12 2013 +0000
     1.2 +++ b/yasm/receipt	Tue Dec 09 18:22:52 2014 +0100
     1.3 @@ -5,12 +5,13 @@
     1.4  CATEGORY="development"
     1.5  MAINTAINER="jozee@slitaz.org"
     1.6  LICENSE="BSD GPL2 LGPL2"
     1.7 -SHORT_DESC="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
     1.8 +SHORT_DESC="A rewrite of NASM with multiple syntax (NASM, TASM, GAS, etc.)"
     1.9  WEB_SITE="http://www.tortall.net/projects/yasm/"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="$WEB_SITE/releases/$TARBALL"
    1.12 +HOST_ARCH="i486 arm"
    1.13  
    1.14 -DEPENDS="glibc-base"
    1.15 +DEPENDS=""
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()