aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-01-10 09:40:22 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-01-10 09:40:22 +0000
commit1819f78e0918afee959c60c7aae1390c87fd77b0 (patch)
treee54b742975aa8b2046ee427fec4155bbd83552c8
parent96457d52340f548ff495b40aed2f066494891533 (diff)
downloadaports-1819f78e0918afee959c60c7aae1390c87fd77b0.tar.bz2
aports-1819f78e0918afee959c60c7aae1390c87fd77b0.tar.xz
community/runc: remove explicit depend of libseccomp
libseccomp is automatically detected by abuild.
-rw-r--r--community/runc/APKBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/community/runc/APKBUILD b/community/runc/APKBUILD
index 19e30128fc..4818f114a9 100644
--- a/community/runc/APKBUILD
+++ b/community/runc/APKBUILD
@@ -14,7 +14,6 @@ pkgdesc="CLI tool for spawning and running containers according to the OCI speci
url="https://www.opencontainers.org"
arch="all"
license="Apache-2.0"
-depends="libseccomp"
makedepends="go go-md2man libseccomp-dev libtool"
subpackages="$pkgname-doc"
source="runc-$_commit.tar.gz::https://github.com/opencontainers/runc/archive/$_commit.tar.gz"