diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-29 13:42:58 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-04-29 13:54:59 +0200 |
commit | 961a2bb0809c2cc9775cfcc76d20cc8411ae2434 (patch) | |
tree | 624206f67e2b4776fe408dfe0c7e27b88f37b52a /main/wipe | |
parent | ef8898ab796c5c9b6a30b9b3e76285478b7019c7 (diff) | |
download | aports-961a2bb0809c2cc9775cfcc76d20cc8411ae2434.tar.bz2 aports-961a2bb0809c2cc9775cfcc76d20cc8411ae2434.tar.xz |
main/wipe: add mising linux-headers
Diffstat (limited to 'main/wipe')
-rw-r--r-- | main/wipe/APKBUILD | 2 |
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" |