summaryrefslogtreecommitdiff
path: root/media-sound/flacon/flacon-9.4.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-02-26 09:56:20 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-02-26 09:56:20 +0000
commit9b55c1bd600df28af7b9f6ee044b714873e19b49 (patch)
tree9c6d86e5e38b0aed45d07dc73907e9f818783a4d /media-sound/flacon/flacon-9.4.0.ebuild
parent61044571b76d87a2eec42d36c9b7addf3e66e000 (diff)
gentoo auto-resync : 26:02:2023 - 09:56:20
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
}