aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortcely <tcely@users.noreply.github.com>2019-05-30 04:02:49 -0400
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-30 16:08:18 +0000
commit1fe6e5b6a29a9cbae123c4e4410d5fbc1c9f7de5 (patch)
tree506d4c563741f26999c018150cccfe6bc2f91ed5
parent569556ba9a7f6706d9f3a95107acd4e17379f005 (diff)
downloadaports-1fe6e5b6a29a9cbae123c4e4410d5fbc1c9f7de5.tar.bz2
aports-1fe6e5b6a29a9cbae123c4e4410d5fbc1c9f7de5.tar.xz
testing/linux-amlogic: remove _kernver
This variable doesn't appear anywhere else in this file. Closes GH-8290
-rw-r--r--testing/linux-amlogic/APKBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/testing/linux-amlogic/APKBUILD b/testing/linux-amlogic/APKBUILD
index ec8ccb65f9..cf27ddfd3a 100644
--- a/testing/linux-amlogic/APKBUILD
+++ b/testing/linux-amlogic/APKBUILD
@@ -2,10 +2,6 @@
pkgname=linux-amlogic
pkgver=4.19.8
-case $pkgver in
-*.*.*) _kernver=${pkgver%.*};;
-*.*) _kernver=${pkgver};;
-esac
pkgrel=0
pkgdesc="Linux kernel for Amlogic"
url=https://github.com/torvalds/linux