wok diff depmod/receipt @ rev 18431

open-vm-tools: add dnet dep
author Nathan Neulinger <nneul@neulinger.org>
date Mon Sep 21 22:09:23 2015 +0000 (2015-09-21)
parents 380ffe05937a
children 9e01bc6321ea
line diff
     1.1 --- a/depmod/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/depmod/receipt	Mon Sep 21 22:09:23 2015 +0000
     1.3 @@ -6,10 +6,10 @@
     1.4  SHORT_DESC="Kernel modules dependancy tool."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL2"
     1.7 -WEB_SITE="http://ftp.kernel.org/pub/linux/utils/kernel/module-init-tools/"
     1.8 +WEB_SITE="https://www.kernel.org/pub/linux/utils/kernel/module-init-tools/"
     1.9  WANTED="module-init-tools"
    1.10  
    1.11 -DEPENDS="glibc-base gcc-lib-base zlib lzlib"
    1.12 +DEPENDS="wget glibc-base gcc-lib-base zlib lzlib"
    1.13  
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()