linux: update for depends as bdeps.
This commit is contained in:
parent
ec1eb7d998
commit
61b368c44d
|
@ -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";;
|
||||||
|
|
Loading…
Reference in New Issue