summaryrefslogtreecommitdiff
path: root/dev-libs/boost/files/remove-toolset-1.44.0.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-04-29 23:58:38 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2011-04-29 23:58:38 +0300
commit1cee304d6052dde28fb8c2ecf2b9ba3edf97d3fc (patch)
tree576c102b229de05bb5feb7eff12264c60c13c4f1 /dev-libs/boost/files/remove-toolset-1.44.0.patch
parent99be7ffc55fa6b1ba273f5dfe3df9a5d3825be78 (diff)
deleted: dev-libs/boost/boost-1.44.0.ebuild
deleted: dev-libs/boost/files/random-Jamfile deleted: dev-libs/boost/files/remove-toolset-1.44.0.patch deleted: dev-util/boost-build/boost-build-1.44.0.ebuild
Diffstat (limited to 'dev-libs/boost/files/remove-toolset-1.44.0.patch')
-rw-r--r--dev-libs/boost/files/remove-toolset-1.44.0.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-libs/boost/files/remove-toolset-1.44.0.patch b/dev-libs/boost/files/remove-toolset-1.44.0.patch
deleted file mode 100644
index b7d797c..0000000
--- a/dev-libs/boost/files/remove-toolset-1.44.0.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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) ] ;
- }