diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-11-30 08:36:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-12-03 14:39:31 +0000 |
commit | 3e30b28033a35aaf385c1db6d814dacded4fd43c (patch) | |
tree | 1b8b364192c2a65e284797b8a1422903518b16cb | |
parent | 6d23c86823fd0cba54b815d63582ca426195104d (diff) | |
download | aports-3e30b28033a35aaf385c1db6d814dacded4fd43c.tar.bz2 aports-3e30b28033a35aaf385c1db6d814dacded4fd43c.tar.xz |
main/util-linux: specify licenses
-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 9d85c3bde2..95934ee274 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -8,11 +8,11 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=2 +pkgrel=3 pkgdesc="Random collection of Linux utilities" url="http://kernel.org/~kzak/util-linux/" arch="all" -license="GPL-2 GPL Public Domain" +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" |