diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-31 16:40:56 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-05 11:12:20 -0400 |
commit | 93b46fd3d2a8a340b26dcc5a70aec026fd05accd (patch) | |
tree | 7596412499d28efb69885cb8c2815044e52d5649 /sys-cluster/ceph | |
parent | sys-cluster/ganglia-web: remove unused patch (diff) | |
download | gentoo-93b46fd3d2a8a340b26dcc5a70aec026fd05accd.tar.gz gentoo-93b46fd3d2a8a340b26dcc5a70aec026fd05accd.tar.bz2 gentoo-93b46fd3d2a8a340b26dcc5a70aec026fd05accd.zip |
sys-cluster/ceph: remove unused patch
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r-- | sys-cluster/ceph/files/boost-site-config.jam | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys-cluster/ceph/files/boost-site-config.jam b/sys-cluster/ceph/files/boost-site-config.jam deleted file mode 100644 index 8349b96eb44b..000000000000 --- a/sys-cluster/ceph/files/boost-site-config.jam +++ /dev/null @@ -1,11 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) - -# Define two new variants to be used when building boost (or separate boost-libs) -# on Gentoo. The two variants make use of Gentoo-specific optimization and debug-symbols -# values "none" which are not part of the official boost distribution. -# DO NOT RELY ON THE FOLLOWING VARIANTS TO BE PRESENT ON OTHER OS! -variant gentoorelease : release : <optimization>none <debug-symbols>none <runtime-link>shared ; -variant gentoodebug : debug : <optimization>none <debug-symbols>on <runtime-link>shared ; - |