mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sci-chemistry/gromacs: Fix sandbox violation
Closes: https://bugs.gentoo.org/965866 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
@@ -287,6 +287,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# fix sandbox violation bug #965866
|
||||
addwrite /proc/mtrr
|
||||
for x in ${GMX_DIRS}; do
|
||||
einfo "Compiling for ${x} precision"
|
||||
BUILD_DIR="${WORKDIR}/${P}_${x}"\
|
||||
|
||||
@@ -287,6 +287,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# fix sandbox violation bug #965866
|
||||
addwrite /proc/mtrr
|
||||
for x in ${GMX_DIRS}; do
|
||||
einfo "Compiling for ${x} precision"
|
||||
BUILD_DIR="${WORKDIR}/${P}_${x}"\
|
||||
|
||||
@@ -287,6 +287,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# fix sandbox violation bug #965866
|
||||
addwrite /proc/mtrr
|
||||
for x in ${GMX_DIRS}; do
|
||||
einfo "Compiling for ${x} precision"
|
||||
BUILD_DIR="${WORKDIR}/${P}_${x}"\
|
||||
|
||||
@@ -288,6 +288,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# fix sandbox violation bug #965866
|
||||
addwrite /proc/mtrr
|
||||
for x in ${GMX_DIRS}; do
|
||||
einfo "Compiling for ${x} precision"
|
||||
BUILD_DIR="${WORKDIR}/${P}_${x}"\
|
||||
|
||||
@@ -288,6 +288,8 @@ src_configure() {
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
# fix sandbox violation bug #965866
|
||||
addwrite /proc/mtrr
|
||||
for x in ${GMX_DIRS}; do
|
||||
einfo "Compiling for ${x} precision"
|
||||
BUILD_DIR="${WORKDIR}/${P}_${x}"\
|
||||
|
||||
Reference in New Issue
Block a user