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 88A10139085 for ; Sun, 29 Jan 2017 22:46:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37D44234018; Sun, 29 Jan 2017 22:46:35 +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 15986234018 for ; Sun, 29 Jan 2017 22:46:35 +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 BC97433E142 for ; Sun, 29 Jan 2017 22:46:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 359593A42 for ; Sun, 29 Jan 2017 22:46:32 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1485729978.22ec036cf3a00ea8e46d83ef840319a16ea4013c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsidplay/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch X-VCS-Directories: media-libs/libsidplay/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 22ec036cf3a00ea8e46d83ef840319a16ea4013c X-VCS-Branch: master Date: Sun, 29 Jan 2017 22:46:32 +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: a63b0001-b34c-4bfe-84c1-6994040be778 X-Archives-Hash: fd737a546cb278330d5a0002dd1734b4 commit: 22ec036cf3a00ea8e46d83ef840319a16ea4013c Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jan 29 22:46:18 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jan 29 22:46:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ec036c media-libs/libsidplay: Fix one more patch. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch b/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch index 91e2064..6e7cc66 100644 --- a/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch +++ b/media-libs/libsidplay/files/libsidplay-1.36.59-fix-c++14.patch @@ -6,8 +6,8 @@ Last-Update: 2016-07-16 --- ---- libsidplay-1.36.59.orig/src/samples.cpp -+++ libsidplay-1.36.59/src/samples.cpp +--- a/src/samples.cpp ++++ b/src/samples.cpp @@ -75,7 +75,7 @@ struct sampleChannel sampleChannel ch4, ch5;