diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-03 06:37:21 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-03 06:37:21 +0000 |
commit | 26f5612acc929d7a482dc3a698c066626de0cd51 (patch) | |
tree | 2d2eae1cee2eb85fe3a1464f1c3c92f2cf94adc0 /community | |
parent | 22d2e7859d9d1215e5a4a6543854cd5950fbca76 (diff) | |
download | aports-26f5612acc929d7a482dc3a698c066626de0cd51.tar.bz2 aports-26f5612acc929d7a482dc3a698c066626de0cd51.tar.xz |
community/dynamips: removed optiona deps since in testing
Diffstat (limited to 'community')
-rw-r--r-- | community/dynamips/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dynamips/APKBUILD b/community/dynamips/APKBUILD index ecde3e3902..61443b0a4d 100644 --- a/community/dynamips/APKBUILD +++ b/community/dynamips/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="Cisco router emulator" url="https://github.com/GNS3/dynamips" arch="all" license="GPL2" -makedepends="cmake libpcap-dev libelf-dev linux-headers paxmark libnsl-dev" +makedepends="cmake libpcap-dev libelf-dev linux-headers paxmark" subpackages="$pkgname-doc" source="${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz s390x-support.patch" |