summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreroen <eroen@occam.eroen.eu>2015-01-04 20:09:04 +0100
committereroen <eroen@occam.eroen.eu>2015-01-06 01:05:56 +0100
commit7845a46320d54ed01a5b19166bc36c5d73c8a6e8 (patch)
tree721812b2c7ccc25e2bb0b85871f8172895ad6790 /dev-cpp
parentgtest-1.7.0 - enable tr1 switch (diff)
downloaderoen-7845a46320d54ed01a5b19166bc36c5d73c8a6e8.tar.gz
eroen-7845a46320d54ed01a5b19166bc36c5d73c8a6e8.tar.bz2
eroen-7845a46320d54ed01a5b19166bc36c5d73c8a6e8.zip
gmock-1.7.0-r1 - failglob compat
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 791120c..be01c66 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
}