From: Alexis Ballier Date: Tue, 8 May 2018 12:21:04 +0000 (+0200) Subject: dev-ros/test_diagnostic_aggregator: forward port gcc6 patch X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3ffc329121985419a0b6140453384ccb2bd8f78b;p=gentoo.git dev-ros/test_diagnostic_aggregator: forward port gcc6 patch Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- diff --git a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.3.ebuild b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.3.ebuild index 6a3569e29081..cabd94dbe35a 100644 --- a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.3.ebuild +++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.3.ebuild @@ -22,3 +22,4 @@ RDEPEND=" dev-ros/rostest " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/gcc6.patch" ) diff --git a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-9999.ebuild b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-9999.ebuild index b2364a6257b7..cabd94dbe35a 100644 --- a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-9999.ebuild +++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,3 +22,4 @@ RDEPEND=" dev-ros/rostest " DEPEND="${RDEPEND}" +PATCHES=( "${FILESDIR}/gcc6.patch" )