From 61b368c44dd5054b8e2e316a5b58fc470cd60be0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 30 Jul 2014 18:22:49 +0200 Subject: [PATCH] linux: update for depends as bdeps. --- srcpkgs/linux/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/linux/template b/srcpkgs/linux/template index 287530982c0..b1c2f61845e 100644 --- a/srcpkgs/linux/template +++ b/srcpkgs/linux/template @@ -10,8 +10,7 @@ license="Public domain" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) - makedepends="linux3.14 linux-firmware-amd linux-firmware-network dracut" - depends="${makedepends}" + depends="linux3.14 linux-firmware-amd linux-firmware-network dracut" _depends_headers="linux3.14-headers" ;; *) msg_error "${pkgname}-${version}: unsupported target machine.\n";;