summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-05-08 14:21:04 +0200
committerAlexis Ballier <aballier@gentoo.org>2018-05-08 14:22:31 +0200
commit3ffc329121985419a0b6140453384ccb2bd8f78b (patch)
tree30916ad6c419abc361e56b0369336f7b3ac01efa /dev-ros/test_diagnostic_aggregator
parentros-meta/ros: Bump to 1.14.4. (diff)
downloadgentoo-3ffc329121985419a0b6140453384ccb2bd8f78b.tar.gz
gentoo-3ffc329121985419a0b6140453384ccb2bd8f78b.tar.bz2
gentoo-3ffc329121985419a0b6140453384ccb2bd8f78b.zip
dev-ros/test_diagnostic_aggregator: forward port gcc6 patch
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-ros/test_diagnostic_aggregator')
-rw-r--r--dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.3.ebuild1
-rw-r--r--dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
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" )