summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2009-10-21 13:00:19 +0000
committerDirkjan Ochtman <djc@gentoo.org>2009-10-21 13:00:19 +0000
commit1d3d8875aa8ddedf891ee8e4474387db1e612abb (patch)
treec6d5661eefdc4a241d7095f614cf398a35935b94 /dev-libs/boost/files
parentMask dev-libs/boost-1.40 for now. (diff)
downloadgentoo-2-1d3d8875aa8ddedf891ee8e4474387db1e612abb.tar.gz
gentoo-2-1d3d8875aa8ddedf891ee8e4474387db1e612abb.tar.bz2
gentoo-2-1d3d8875aa8ddedf891ee8e4474387db1e612abb.zip
A testing version of dev-libs/boost-1.40.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost/files')
-rw-r--r--dev-libs/boost/files/remove-toolset-1.40.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/boost/files/remove-toolset-1.40.0.patch b/dev-libs/boost/files/remove-toolset-1.40.0.patch
new file mode 100644
index 000000000000..b7d797c37376
--- /dev/null
+++ b/dev-libs/boost/files/remove-toolset-1.40.0.patch
@@ -0,0 +1,11 @@
+--- Jamroot 2009-08-23 18:17:37.000000000 +0200
++++ Jamroot.gentoo 2009-10-21 13:31:46.000000000 +0200
+@@ -352,7 +352,7 @@
+ if $(layout) = versioned
+ {
+ result = [ common.format-name
+- <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
++ <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
+ -$(BUILD_ID)
+ : $(name) : $(type) : $(property-set) ] ;
+ }