diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-01-17 18:59:55 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-01-17 18:59:55 -0500 |
commit | e3c55abe88a5d323337f191e2f437c98a62b90f1 (patch) | |
tree | 99d13ffda0e5ac0d25d501d63279309fa58de0a0 /sys-fs | |
parent | sys-libs/glibc: Drop old (diff) | |
download | gentoo-e3c55abe88a5d323337f191e2f437c98a62b90f1.tar.gz gentoo-e3c55abe88a5d323337f191e2f437c98a62b90f1.tar.bz2 gentoo-e3c55abe88a5d323337f191e2f437c98a62b90f1.zip |
sys-fs/encfs: restrict tests, bug #630486
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/encfs/encfs-1.9.2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
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)" |