aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-04-29 13:42:58 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-04-29 13:54:59 +0200
commit961a2bb0809c2cc9775cfcc76d20cc8411ae2434 (patch)
tree624206f67e2b4776fe408dfe0c7e27b88f37b52a
parentef8898ab796c5c9b6a30b9b3e76285478b7019c7 (diff)
downloadaports-961a2bb0809c2cc9775cfcc76d20cc8411ae2434.tar.bz2
aports-961a2bb0809c2cc9775cfcc76d20cc8411ae2434.tar.xz
main/wipe: add mising linux-headers
-rw-r--r--main/wipe/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wipe/APKBUILD b/main/wipe/APKBUILD
index 68163531c6..de8ac55631 100644
--- a/main/wipe/APKBUILD
+++ b/main/wipe/APKBUILD
@@ -9,7 +9,7 @@ arch="all"
license="GPL2"
depends=""
depends_dev=""
-makedepends="$depends_dev"
+makedepends="$depends_dev linux-headers"
install=""
subpackages=""
source="http://lambda-diode.com/resources/wipe/wipe-$pkgver.tar.gz"