From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6EB86138206 for ; Thu, 18 Jan 2018 00:00:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F0ECE0975; Thu, 18 Jan 2018 00:00:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CC69E0975 for ; Thu, 18 Jan 2018 00:00:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2BE0335C34 for ; Thu, 18 Jan 2018 00:00:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2027A1BA for ; Thu, 18 Jan 2018 00:00:13 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1516233595.e3c55abe88a5d323337f191e2f437c98a62b90f1.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/encfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/encfs/encfs-1.9.2.ebuild X-VCS-Directories: sys-fs/encfs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: e3c55abe88a5d323337f191e2f437c98a62b90f1 X-VCS-Branch: master Date: Thu, 18 Jan 2018 00:00:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c93f60fa-748b-4c82-bee6-c75a7bc5291c X-Archives-Hash: d6b0bf7db00d901b86a8ecd2c69e2693 commit: e3c55abe88a5d323337f191e2f437c98a62b90f1 Author: Anthony G. Basile gentoo org> AuthorDate: Wed Jan 17 23:59:55 2018 +0000 Commit: Anthony G. Basile gentoo 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)"