linux: revert previous commit from Jan and switch it back to 3.14...
This commit is contained in:
parent
b14f6fdda7
commit
1d2e706a83
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux'
|
||||
pkgname=linux
|
||||
version=3.10
|
||||
version=3.14
|
||||
revision=2
|
||||
build_style=meta
|
||||
homepage="http://www.voidlinux.eu/"
|
||||
|
@ -10,9 +10,9 @@ license="Public domain"
|
|||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*)
|
||||
makedepends="linux3.10 linux-firmware dracut"
|
||||
depends="linux3.10"
|
||||
_depends_headers="linux3.10-headers"
|
||||
makedepends="linux3.14 linux-firmware dracut"
|
||||
depends="linux3.14"
|
||||
_depends_headers="linux3.14-headers"
|
||||
;;
|
||||
*) msg_error "${pkgname}-${version}: unsupported target machine.\n";;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue