diff options
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/gtest/gtest-9999.ebuild | 4 |
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" |