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: Fri, 21 Jul 2017 09:03:22
Message-Id: 1500627792.8addf721d856e1d17fdc2ab8ae2a8856edabe660.aballier@gentoo
1 commit: 8addf721d856e1d17fdc2ab8ae2a8856edabe660
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 21 08:59:21 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 21 09:03:12 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8addf721
7
8 dev-ros/test_diagnostic_aggregator: forward port gcc6 patch, still unfixed upstream
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 .../test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 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
16 index c68025b68af..e91f3025a20 100644
17 --- a/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild
18 +++ b/dev-ros/test_diagnostic_aggregator/test_diagnostic_aggregator-1.9.2.ebuild
19 @@ -22,3 +22,4 @@ RDEPEND="
20 dev-ros/rostest
21 "
22 DEPEND="${RDEPEND}"
23 +PATCHES=( "${FILESDIR}/gcc6.patch" )