diff options
author | Amy Liffey <amynka@gentoo.org> | 2017-12-04 13:03:11 +0100 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-12-04 13:41:10 +0100 |
commit | 104e1c96b49e4c16fd8e6d294e47a90a75a6a259 (patch) | |
tree | 8916889644f2316228e2194a3319db997119c317 /dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch | |
parent | media-sound/amarok: Fix cmake warnings (diff) | |
download | gentoo-104e1c96b49e4c16fd8e6d294e47a90a75a6a259.tar.gz gentoo-104e1c96b49e4c16fd8e6d294e47a90a75a6a259.tar.bz2 gentoo-104e1c96b49e4c16fd8e6d294e47a90a75a6a259.zip |
dev-scheme/guile: version bump 2.2.3
Closes: https://bugs.gentoo.org/614966
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch')
-rw-r--r-- | dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch b/dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch new file mode 100644 index 000000000000..1cded2d2c924 --- /dev/null +++ b/dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch @@ -0,0 +1,10 @@ +diff --git a/test-suite/standalone/test-out-of-memory b/test-suite/standalone/test-out-of-memory +index 2216512..0ed6079 100755 +--- a/test-suite/standalone/test-out-of-memory ++++ b/test-suite/standalone/test-out-of-memory +@@ -5,2 +5,5 @@ exec guile -q -s "$0" "$@" + ++; Gentoo's sandbox does not handle OOM gracefully ++(exit 77) ++ + (unless (defined? 'setrlimit) |