commit: 8addf721d856e1d17fdc2ab8ae2a8856edabe660
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 21 08:59:21 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jul 21 09:03:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8addf721
dev-ros/test_diagnostic_aggregator: forward port gcc6 patch, still unfixed
upstream
Package-Manager: Portage-2.3.6, Repoman-2.3.3
.../test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git
a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild
b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild
index c68025b68af..e91f3025a20 100644
--- a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild
+++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild
@@ -22,3 +22,4 @@ RDEPEND="
dev-ros/rostest
"
DEPEND="${RDEPEND}"
+PATCHES=( "${FILESDIR}/gcc6.patch" )