diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-06-24 11:27:42 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-06-24 11:27:51 +0200 |
commit | 103aa4863473ef180c5e29898363e505ff7d2fa1 (patch) | |
tree | 773f9b9b118f6e633102d5fd412273d1c2b53ea7 /sys-apps/file | |
parent | sys-apps/file: Attempt to fix seccomp in portage's sandbox (diff) | |
download | gentoo-103aa4863473ef180c5e29898363e505ff7d2fa1.tar.gz gentoo-103aa4863473ef180c5e29898363e505ff7d2fa1.tar.bz2 gentoo-103aa4863473ef180c5e29898363e505ff7d2fa1.zip |
sys-apps/file: Synced live ebuild
Package-Manager: Portage-2.3.102, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild index 98499a3c73df..8333fd922e2c 100644 --- a/sys-apps/file/file-9999.ebuild +++ b/sys-apps/file/file-9999.ebuild @@ -37,7 +37,7 @@ RDEPEND="${DEPEND} seccomp? ( sys-libs/libseccomp[${MULTILIB_USEDEP}] )" PATCHES=( - "${FILESDIR}/${PN}-5.39-seccomp_sandbox.patch" #713710 + "${FILESDIR}/${PN}-5.39-portage_sandbox.patch" #713710 #728978 ) src_prepare() { |