From b451355f045d4900110c931e6428eaa3b6e90e3d Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Mon, 24 Apr 2017 13:54:27 +0200 Subject: [PATCH] Compiler/gtest - set group to Compiler - add gcc to variant --- Compiler/gtest/1/variants | 2 +- Compiler/gtest/build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Compiler/gtest/1/variants b/Compiler/gtest/1/variants index 9c6ffe2..d383a10 100644 --- a/Compiler/gtest/1/variants +++ b/Compiler/gtest/1/variants @@ -1 +1 @@ -gtest/1.7.0 unstable b:cmake +gtest/1.7.0 unstable b:cmake b:gcc/5.4.0 diff --git a/Compiler/gtest/build b/Compiler/gtest/build index 28b4df5..395c6f8 100755 --- a/Compiler/gtest/build +++ b/Compiler/gtest/build @@ -30,6 +30,6 @@ pbuild::install() { cp -v *.a "${_lib_dstdir}" } -pbuild::add_to_group 'Programming' +pbuild::add_to_group 'Compiler' pbuild::make_all