From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KZTrN-0001ST-TF for garchives@archives.gentoo.org; Sat, 30 Aug 2008 17:03:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFA3BE01C1; Sat, 30 Aug 2008 17:03:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B6FDFE01C1 for ; Sat, 30 Aug 2008 17:03:37 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D43A567917 for ; Sat, 30 Aug 2008 17:03:36 +0000 (UTC) Received: from bicatali by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KZTrL-0005lh-QW for gentoo-commits@lists.gentoo.org; Sat, 30 Aug 2008 17:03:35 +0000 From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/labplot/files: labplot-1.6.0.2-gcc43.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: labplot-1.6.0.2-gcc43.patch X-VCS-Directories: sci-visualization/labplot/files X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: Sender: Sebastien Fabbro Date: Sat, 30 Aug 2008 17:03:35 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 2b288aa1-d742-432c-a2d1-439c6d5e6a4b X-Archives-Hash: 706574a8dae6ca5e2888a34d55a41e64 bicatali 08/08/30 17:03:35 Added: labplot-1.6.0.2-gcc43.patch Log: Version bump (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64) Revision Changes Path 1.1 sci-visualization/labplot/files/labplot-1.6.0.2-gcc4= 3.patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= labplot/files/labplot-1.6.0.2-gcc43.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/= labplot/files/labplot-1.6.0.2-gcc43.patch?rev=3D1.1&content-type=3Dtext/p= lain Index: labplot-1.6.0.2-gcc43.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- src/Spreadsheet.cc.orig 2008-08-30 17:07:41.000000000 +0100 +++ src/Spreadsheet.cc 2008-08-30 17:08:40.000000000 +0100 @@ -3,6 +3,7 @@ #include #include #ifdef HAVE_SGI_STL +#include #include #endif =20