From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3FB05138330 for ; Fri, 30 Sep 2016 05:28:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E097AE084C; Fri, 30 Sep 2016 05:28:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4054E084C for ; Fri, 30 Sep 2016 05:28:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ADA7034067D for ; Fri, 30 Sep 2016 05:28:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6D38241F for ; Fri, 30 Sep 2016 05:28:23 +0000 (UTC) From: "Joerg Bornkessel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joerg Bornkessel" Message-ID: <1475213262.cd5ad7c3e401e06ce01af9f236a1aefbd481b6f2.hd_brummy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-weatherng/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild X-VCS-Directories: media-plugins/vdr-weatherng/ X-VCS-Committer: hd_brummy X-VCS-Committer-Name: Joerg Bornkessel X-VCS-Revision: cd5ad7c3e401e06ce01af9f236a1aefbd481b6f2 X-VCS-Branch: master Date: Fri, 30 Sep 2016 05:28:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f771a05f-ca7a-4a8a-8c42-562e846c48aa X-Archives-Hash: 6912e109e2bb6a0221fc9917b1ace72e commit: cd5ad7c3e401e06ce01af9f236a1aefbd481b6f2 Author: Joerg Bornkessel gentoo org> AuthorDate: Fri Sep 30 05:27:42 2016 +0000 Commit: Joerg Bornkessel gentoo org> CommitDate: Fri Sep 30 05:27:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd5ad7c3 media-plugins/vdr-weatherng: fix gcc-6 compile, wrt bug 595390 Package-Manager: portage-2.3.0 media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild index 67726de..e4868de 100644 --- a/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild +++ b/media-plugins/vdr-weatherng/vdr-weatherng-0.0.8_pre3-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -inherit vdr-plugin-2 +inherit vdr-plugin-2 flag-o-matic MY_PV="${PV/_/-}" MY_P="${PN}-${MY_PV}" @@ -32,6 +32,9 @@ PATCHES=("${FILESDIR}/${P}-i18n-fix.diff") src_prepare() { vdr-plugin-2_src_prepare + # wrt bug 595390 + append-cxxflags $(test-flags-CXX -std=gnu++03) -std=gnu++03 + epatch "${FILESDIR}/${P}-gentoo.diff" epatch "${FILESDIR}/${P}-timeout.diff" epatch "${FILESDIR}/${P}-gcc43.patch"