summaryrefslogtreecommitdiffstats
path: root/main/lvm2
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-12-19 08:25:16 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-12-19 08:25:16 +0000
commit1abefbfb4f025bc65ee08e84cc455fe57d6068ca (patch)
tree47c91366cbadd119ce0ab6a928fc0e8b11c5bfb0 /main/lvm2
parent5bd4297e8785945a68bdcafa6054e0c8a1152152 (diff)
downloadaports-1abefbfb4f025bc65ee08e84cc455fe57d6068ca.tar.bz2
aports-1abefbfb4f025bc65ee08e84cc455fe57d6068ca.tar.xz
main/lvm2: linux-headers dependency fix
Diffstat (limited to 'main/lvm2')
-rw-r--r--main/lvm2/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/lvm2/APKBUILD b/main/lvm2/APKBUILD
index 725efd8df..fb73a58d0 100644
--- a/main/lvm2/APKBUILD
+++ b/main/lvm2/APKBUILD
@@ -1,13 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lvm2
pkgver=2.02.112
-pkgrel=1
+pkgrel=2
pkgdesc="Logical Volume Manager 2 utilities"
url="http://sourceware.org/lvm2/"
arch="all"
license="GPL"
depends=
-makedepends="pkgconfig"
+depends_dev="linux-headers"
+makedepends="$depends_dev"
source="ftp://sources.redhat.com/pub/$pkgname/LVM2.$pkgver.tgz
fix-stdio-usage.patch
fix-vgchange-mknodes-regression.patch