commit: d4f99a75856c068bb4874e95ff16fd2f26740d88
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 17:18:33 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 17:29:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f99a75
dev-ros/test_diagnostic_aggregator: forward port gcc6 patch
Package-Manager: Portage-2.3.5, Repoman-2.3.2
.../test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git
a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
index c68025b68af..e91f3025a20 100644
--- a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
+++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
@@ -22,3 +22,4 @@ RDEPEND="
dev-ros/rostest
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )