Skip to content

Commit

Permalink
sys-fs/encfs: restrict tests, bug #630486
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.13, Repoman-2.3.3
  • Loading branch information
blueness committed Jan 17, 2018
1 parent 7c61305 commit e3c55ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sys-fs/encfs/encfs-1.9.2.ebuild
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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)"
Expand Down

0 comments on commit e3c55ab

Please sign in to comment.