From 7845a46320d54ed01a5b19166bc36c5d73c8a6e8 Mon Sep 17 00:00:00 2001 From: eroen Date: Sun, 4 Jan 2015 20:09:04 +0100 Subject: gmock-1.7.0-r1 - failglob compat --- dev-cpp/gmock/gmock-1.7.0-r1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dev-cpp') 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 } -- cgit v1.2.1