linux: switch to the 3.10 series.
This commit is contained in:
parent
c1dfb39dc1
commit
f117f680af
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'linux'
|
||||
pkgname=linux
|
||||
version=3.9
|
||||
version=3.10
|
||||
revision=1
|
||||
build_style=meta-template
|
||||
homepage="https://www.voidlinux.eu/"
|
||||
|
@ -10,14 +10,13 @@ license="Public domain"
|
|||
|
||||
# XXX make it available to all architectures/platforms (rpi).
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
makedepends="linux3.9"
|
||||
makedepends="linux3.10"
|
||||
|
||||
linux_package() {
|
||||
depends="linux3.9"
|
||||
depends="linux3.10"
|
||||
}
|
||||
|
||||
linux-headers_package() {
|
||||
short_desc="Linux kernel headers meta package"
|
||||
depends="linux3.9-headers"
|
||||
depends="linux3.10-headers"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue