summaryrefslogtreecommitdiff
path: root/dev-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/gmock/gmock-1.7.0-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-cpp/gmock/gmock-1.7.0-r1.ebuild b/dev-cpp/gmock/gmock-1.7.0-r1.ebuild
index 791120c6..be01c666 100644
--- a/dev-cpp/gmock/gmock-1.7.0-r1.ebuild
+++ b/dev-cpp/gmock/gmock-1.7.0-r1.ebuild
@@ -22,6 +22,8 @@ DEPEND="${RDEPEND}
test? ( ${PYTHON_DEPS} )
app-arch/unzip"
+DOCS=""
+
pkg_setup() {
# Stub to disable python_setup running when USE=-test.
# We'll handle it down in src_test ourselves.
@@ -55,7 +57,7 @@ multilib_src_test() {
}
multilib_src_install() {
- default
+ DOCS="" default
dobin scripts/gmock-config
}