summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-01-06 14:11:22 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-01-06 14:11:22 +0000
commit88cbe571ab80ae8709e82277566389152b49f2b2 (patch)
treea858650265ac053da82802bd63dcf9d86e490f7f /dev-libs/boost/files
parentFix gnome-panel dependencies wrt #348177 by Pacho Ramos. drop old (diff)
downloadgentoo-2-88cbe571ab80ae8709e82277566389152b49f2b2.tar.gz
gentoo-2-88cbe571ab80ae8709e82277566389152b49f2b2.tar.bz2
gentoo-2-88cbe571ab80ae8709e82277566389152b49f2b2.zip
Version bump. Thanks to Duncan Exon Smith, Simone Scanzoni and Sebastian Luther for the ebuild. Bug #320039
(Portage version: 2.1.9.29/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/boost/files')
-rw-r--r--dev-libs/boost/files/remove-toolset-1.45.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/boost/files/remove-toolset-1.45.0.patch b/dev-libs/boost/files/remove-toolset-1.45.0.patch
new file mode 100644
index 000000000000..c80191ce43d6
--- /dev/null
+++ b/dev-libs/boost/files/remove-toolset-1.45.0.patch
@@ -0,0 +1,11 @@
+--- Jamroot 2010-11-17 11:51:56.000000000 +0200
++++ Jamroot.gentoo 2011-01-06 15:07:17.893270002 +0200
+@@ -377,7 +377,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) ] ;
+ }