From e3c55abe88a5d323337f191e2f437c98a62b90f1 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Wed, 17 Jan 2018 18:59:55 -0500 Subject: [PATCH] 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 e1ed5b33785b..620c0822a397 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)" -- 2.26.2