diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:18:33 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-04-26 19:29:30 +0200 |
commit | d4f99a75856c068bb4874e95ff16fd2f26740d88 (patch) | |
tree | ef56802d686cec9b81439a0e625a6a575a24b757 /dev-ros | |
parent | ros-meta/diagnostics: Bump to 1.9.0. (diff) | |
download | gentoo-d4f99a75856c068bb4874e95ff16fd2f26740d88.tar.gz gentoo-d4f99a75856c068bb4874e95ff16fd2f26740d88.tar.bz2 gentoo-d4f99a75856c068bb4874e95ff16fd2f26740d88.zip |
dev-ros/test_diagnostic_aggregator: forward port gcc6 patch
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 c68025b68af5..e91f3025a206 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" ) |