Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_diagnostic_aggregator/
Date: Wed, 26 Apr 2017 17:54:11
Message-Id: 1493227770.d4f99a75856c068bb4874e95ff16fd2f26740d88.aballier@gentoo
1 commit: d4f99a75856c068bb4874e95ff16fd2f26740d88
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 26 17:18:33 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 26 17:29:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f99a75
7
8 dev-ros/test_diagnostic_aggregator: forward port gcc6 patch
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 .../test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 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
16 index c68025b68af..e91f3025a20 100644
17 --- a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
18 +++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.0.ebuild
19 @@ -22,3 +22,4 @@ RDEPEND="
20 dev-ros/rostest
21 "
22 DEPEND="${RDEPEND}"
23 +PATCHES=( "${FILESDIR}/gcc6.patch" )