summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Levine <plevine457@gmail.com>2017-08-20 03:36:57 -0400
committerPatrice Clement <monsieurp@gentoo.org>2017-08-29 22:30:11 +0200
commite83841e5c140276b400020d466d6890fe30538c0 (patch)
treef5a1fd6b3150ff4cbf8aa5400ad6ea6641d9a291
parentdev-cpp/gtest: Change SRC_URI from Google Code to GitHub (diff)
downloadgentoo-e83841e5c140276b400020d466d6890fe30538c0.tar.gz
gentoo-e83841e5c140276b400020d466d6890fe30538c0.tar.bz2
gentoo-e83841e5c140276b400020d466d6890fe30538c0.zip
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
-rw-r--r--dev-cpp/gtest/gtest-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev-cpp/gtest/gtest-9999.ebuild b/dev-cpp/gtest/gtest-9999.ebuild
index 0c82ebfb4851..d02a3150e9c3 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"