diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 13:04:54 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-04-29 13:04:54 +0000 |
commit | 3d542f2a19b71bc9ebf08ad33369a2a5a128a37c (patch) | |
tree | 9869f35e07b6371d8ccd2459439e7f42625e3ee9 /main/util-linux/APKBUILD | |
parent | b7d9e547caa397ec439a817492948b2f5356fc0f (diff) | |
download | aports-3d542f2a19b71bc9ebf08ad33369a2a5a128a37c.tar.bz2 aports-3d542f2a19b71bc9ebf08ad33369a2a5a128a37c.tar.xz |
main/util-linux: remove eudev dep
eudec needs blkid from util-linux so we need remove udev to avoid
circular dep.
Diffstat (limited to 'main/util-linux/APKBUILD')
-rw-r--r-- | main/util-linux/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index e606890a7d..ce40aeac8c 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -8,14 +8,14 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=0 +pkgrel=1 pkgdesc="Random collection of Linux utilities" url="http://kernel.org/~kzak/util-linux/" arch="all" license="GPL2 GPL2+ LGPL2+ BSD Public Domain" depends= # use GNU sed til bb sed is fixed. Also GNU tar is needed -makedepends="zlib-dev sed ncurses-dev tar autoconf automake libtool python-dev linux-headers eudev-dev" +makedepends="zlib-dev sed ncurses-dev tar autoconf automake libtool python-dev linux-headers" install= options="suid" source="http://www.kernel.org/pub/linux/utils/util-linux/v${_v}/util-linux-$pkgver.tar.xz |