Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/gtest/
Date: Tue, 29 Aug 2017 20:30:25
Message-Id: 1504038611.e83841e5c140276b400020d466d6890fe30538c0.monsieurp@gentoo
1 commit: e83841e5c140276b400020d466d6890fe30538c0
2 Author: Peter Levine <plevine457 <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 20 07:36:57 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 29 20:30:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83841e5
7
8 dev-cpp/gtest: remove RESTRICT=test.
9
10 Building with FEATURES="test sandbox userpriv usersandbox", all tests pass
11 without causing any sandbox violations.
12
13 Package-Manager: Portage-2.3.6, Repoman-2.3.2
14
15 dev-cpp/gtest/gtest-9999.ebuild | 4 ----
16 1 file changed, 4 deletions(-)
17
18 diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
19 index 0c82ebfb485..d02a3150e9c 100644
20 --- a/dev-cpp/gtest/gtest-9999.ebuild
21 +++ b/dev-cpp/gtest/gtest-9999.ebuild
22 @@ -15,10 +15,6 @@ EGIT_REPO_URI="https://github.com/google/googletest.git"
23 LICENSE="BSD"
24 SLOT="0"
25 IUSE="examples test"
26 -# Test require a ton of privileges, namely
27 -# FEATURES="-sandbox -userpriv -usersandbox"
28 -# which is generally not acceptable for Gentoo
29 -RESTRICT="test"
30
31 DEPEND="test? ( ${PYTHON_DEPS} )"
32 RDEPEND="!dev-cpp/gmock"