commit: e83841e5c140276b400020d466d6890fe30538c0 Author: Peter Levine <plevine457 <AT> gmail <DOT> com> AuthorDate: Sun Aug 20 07:36:57 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Tue Aug 29 20:30:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e83841e5
dev-cpp/gtest: remove RESTRICT=test. Building with FEATURES="test sandbox userpriv usersandbox", all tests pass without causing any sandbox violations. Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-cpp/gtest/gtest-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild index 0c82ebfb485..d02a3150e9c 100644 --- a/dev-cpp/gtest/gtest-9999.ebuild +++ b/dev-cpp/gtest/gtest-9999.ebuild @@ -15,10 +15,6 @@ EGIT_REPO_URI="https://github.com/google/googletest.git" LICENSE="BSD" SLOT="0" IUSE="examples test" -# Test require a ton of privileges, namely -# FEATURES="-sandbox -userpriv -usersandbox" -# which is generally not acceptable for Gentoo -RESTRICT="test" DEPEND="test? ( ${PYTHON_DEPS} )" RDEPEND="!dev-cpp/gmock"
