Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: remove-toolset-1.45.0.patch
Date: Thu, 06 Jan 2011 14:11:32
Message-Id: 20110106141122.3496B20051@flycatcher.gentoo.org
1 hwoarang 11/01/06 14:11:22
2
3 Added: remove-toolset-1.45.0.patch
4 Log:
5 Version bump. Thanks to Duncan Exon Smith, Simone Scanzoni and Sebastian Luther for the ebuild. Bug #320039
6
7 (Portage version: 2.1.9.29/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/boost/files/remove-toolset-1.45.0.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/remove-toolset-1.45.0.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/remove-toolset-1.45.0.patch?rev=1.1&content-type=text/plain
14
15 Index: remove-toolset-1.45.0.patch
16 ===================================================================
17 --- Jamroot 2010-11-17 11:51:56.000000000 +0200
18 +++ Jamroot.gentoo 2011-01-06 15:07:17.893270002 +0200
19 @@ -377,7 +377,7 @@
20 if $(layout) = versioned
21 {
22 result = [ common.format-name
23 - <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
24 + <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
25 -$(BUILD_ID)
26 : $(name) : $(type) : $(property-set) ] ;
27 }