sci-visualization/tulip: update patch name

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-10-27 11:01:54 +01:00
parent 4125d353e9
commit 3984323527
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
3 changed files with 9 additions and 1 deletions

View File

@ -74,7 +74,10 @@ DEPEND="
)
"
PATCHES=("${FILESDIR}/removesandboxviolation.patch")
# In live version this is likely to break
PATCHES=(
"${FILESDIR}"/"${PN}-sandbox.patch"
)
src_prepare() {
cmake_src_prepare

View File

@ -74,6 +74,11 @@ DEPEND="
)
"
# In live version this is likely to break
PATCHES=(
"${FILESDIR}"/"${PN}-sandbox.patch"
)
src_prepare() {
cmake_src_prepare
}