From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AD86A138C24 for ; Mon, 6 Apr 2015 18:16:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F5D2E086F; Mon, 6 Apr 2015 18:16:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E5904E086F for ; Mon, 6 Apr 2015 18:16:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11A3133FE13 for ; Mon, 6 Apr 2015 18:16:37 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 559) id C2FA515599; Mon, 6 Apr 2015 18:16:35 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/libstdc++-v3: libstdc++-v3-3.3.6-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libstdc++-v3-3.3.6-r1.ebuild ChangeLog X-VCS-Directories: sys-libs/libstdc++-v3 X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150406181635.C2FA515599@oystercatcher.gentoo.org> Date: Mon, 6 Apr 2015 18:16:35 +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: 40ff228d-2a73-4e70-b5ac-c53a0bd080af X-Archives-Hash: 8914b75ea803910d9f7b27697cdf4fd3 vapier 15/04/06 18:16:35 Modified: libstdc++-v3-3.3.6-r1.ebuild ChangeLog Log: Fix building with newer bison-3 #509572 by jannis. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200) Revision Changes Path 1.14 sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild?r1=1.13&r2=1.14 Index: libstdc++-v3-3.3.6-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- libstdc++-v3-3.3.6-r1.ebuild 26 Jun 2014 08:24:44 -0000 1.13 +++ libstdc++-v3-3.3.6-r1.ebuild 6 Apr 2015 18:16:35 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.13 2014/06/26 08:24:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6-r1.ebuild,v 1.14 2015/04/06 18:16:35 vapier Exp $ inherit eutils flag-o-matic libtool multilib @@ -109,7 +109,7 @@ strip-flags } -PATCH_VER="1.8" +PATCH_VER="1.9" DESCRIPTION="Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++" HOMEPAGE="http://gcc.gnu.org/libstdc++/" @@ -121,7 +121,7 @@ KEYWORDS="amd64 ~mips ppc -ppc64 sparc x86 ~x86-fbsd" IUSE="multilib nls" -DEPEND=" libstdc++-v3-3.3.6-r1.ebuild: + Fix building with newer bison-3 #509572 by jannis. 26 Jun 2014; Michał Górny libstdc++-v3-3.3.6-r1.ebuild: Filter out -frecord-gcc-switches. Require