commit: e3c55abe88a5d323337f191e2f437c98a62b90f1
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 23:59:55 2018 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 23:59:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3c55abe
sys-fs/encfs: restrict tests, bug #630486
Package-Manager: Portage-2.3.13, Repoman-2.3.3
sys-fs/encfs/encfs-1.9.2.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/sys-fs/encfs/encfs-1.9.2.ebuild b/sys-fs/encfs/encfs-1.9.2.ebuild
index e1ed5b33785..620c0822a39 100644
--- a/sys-fs/encfs/encfs-1.9.2.ebuild
+++ b/sys-fs/encfs/encfs-1.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="6"
@@ -25,6 +25,11 @@ DEPEND="
sys-devel/gettext
virtual/pkgconfig"
+# Build dir is hardcoded in test suite, but we restrict them
+# because they can lead to false negatives, bug #630486
+RESTRICT="test"
+BUILD_DIR="${S}/build"
+
src_configure() {
local mycmakeargs=(
-DENABLE_NLS="$(usex nls)"