diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-21 11:09:34 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-11-21 11:09:34 +0000 |
commit | af7072540c29d57de46916b1cca6f3cc43ecda3c (patch) | |
tree | 2289aefe3587b86339a4189d3db116a8aded5bc1 /testing/dynamips | |
parent | 9ce82875e857f1b8e6d264aace7881aff96b4082 (diff) | |
download | aports-af7072540c29d57de46916b1cca6f3cc43ecda3c.tar.bz2 aports-af7072540c29d57de46916b1cca6f3cc43ecda3c.tar.xz |
testing/dynamips: added util-linux-dev to dependencies
Diffstat (limited to 'testing/dynamips')
-rw-r--r-- | testing/dynamips/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dynamips/APKBUILD b/testing/dynamips/APKBUILD index d61368f97b..42bf25edc9 100644 --- a/testing/dynamips/APKBUILD +++ b/testing/dynamips/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL2" depends="" depends_dev="" -makedepends="$depends_dev cmake libpcap-dev libelf-dev linux-headers libuuid" +makedepends="$depends_dev cmake libpcap-dev libelf-dev linux-headers util-linux-dev" install="" subpackages="$pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz" |