linux: update for depends as bdeps.

This commit is contained in:
Juan RP 2014-07-30 18:22:49 +02:00
parent ec1eb7d998
commit 61b368c44d
1 changed files with 1 additions and 2 deletions

View File

@ -10,8 +10,7 @@ license="Public domain"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) i686*|x86_64*)
makedepends="linux3.14 linux-firmware-amd linux-firmware-network dracut" depends="linux3.14 linux-firmware-amd linux-firmware-network dracut"
depends="${makedepends}"
_depends_headers="linux3.14-headers" _depends_headers="linux3.14-headers"
;; ;;
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";; *) msg_error "${pkgname}-${version}: unsupported target machine.\n";;