summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2018-07-25 10:03:50 +0200
committerLars Wendler <polynomial-c@gentoo.org>2018-07-25 10:24:05 +0200
commitf4bc2e1bf534264478f49618ce8ef22fc9c95c78 (patch)
tree677c4bd97b1284f84e1987c999a95ad8b288a8c3 /sys-apps/file
parentdev-python/pbr: readd 4.1.1 for deps that need fancy stuff (diff)
downloadgentoo-f4bc2e1bf534264478f49618ce8ef22fc9c95c78.tar.gz
gentoo-f4bc2e1bf534264478f49618ce8ef22fc9c95c78.tar.bz2
gentoo-f4bc2e1bf534264478f49618ce8ef22fc9c95c78.zip
sys-apps/file: Adjusted dependency on libseccomp.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-apps/file')
-rw-r--r--sys-apps/file/file-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index c63c8f1a2892..5d861f8b67a3 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.ebuild
@@ -32,7 +32,7 @@ DEPEND="
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}
python? ( !dev-python/python-magic )
- seccomp? ( sys-libs/libseccomp )"
+ seccomp? ( sys-libs/libseccomp[${MULTILIB_USEDEP}] )"
src_prepare() {
default