diff options
author | 2011-01-06 14:11:22 +0000 | |
---|---|---|
committer | 2011-01-06 14:11:22 +0000 | |
commit | 88cbe571ab80ae8709e82277566389152b49f2b2 (patch) | |
tree | a858650265ac053da82802bd63dcf9d86e490f7f /dev-libs/boost/files | |
parent | Fix gnome-panel dependencies wrt #348177 by Pacho Ramos. drop old (diff) | |
download | gentoo-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.patch | 11 |
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) ] ; + } |