summaryrefslogtreecommitdiff
path: root/media-sound/flacon/flacon-9.4.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/flacon/flacon-9.4.0.ebuild')
-rw-r--r--media-sound/flacon/flacon-9.4.0.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/media-sound/flacon/flacon-9.4.0.ebuild b/media-sound/flacon/flacon-9.4.0.ebuild
index 6de27bcb88a1..74f7a97e458b 100644
--- a/media-sound/flacon/flacon-9.4.0.ebuild
+++ b/media-sound/flacon/flacon-9.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -62,6 +62,11 @@ src_configure() {
}
src_test() {
+ # All tests fail with enabled sandbox
+ # TODO: Get all tests to pass
+ # See bug: #831592
+ local -x SANDBOX_ON=0
+
virtx "${BUILD_DIR}/tests/${PN}_test" || die
}