diff options
author | 2020-12-17 03:04:58 +0000 | |
---|---|---|
committer | 2020-12-17 03:04:58 +0000 | |
commit | c74e51e7de8e6ec254127e79a63a4cd8d1290df2 (patch) | |
tree | 2c45958aa299e2f95245655687516676d7e9db7f /pg_overlay.txt | |
parent | 2020-12-17T02:30:01Z (diff) | |
download | repos-c74e51e7de8e6ec254127e79a63a4cd8d1290df2.tar.gz repos-c74e51e7de8e6ec254127e79a63a4cd8d1290df2.tar.bz2 repos-c74e51e7de8e6ec254127e79a63a4cd8d1290df2.zip |
2020-12-17T03:00:01Z
Diffstat (limited to 'pg_overlay.txt')
-rw-r--r-- | pg_overlay.txt | 40 |
1 files changed, 35 insertions, 5 deletions
diff --git a/pg_overlay.txt b/pg_overlay.txt index aaa26645da5e..174972b377d7 100644 --- a/pg_overlay.txt +++ b/pg_overlay.txt @@ -24,12 +24,42 @@ or --ff-only on the command line to override the configured default per invocation. From https://gitlab.com/Perfect_Gentleman/PG_Overlay - 280db16..9c691f7 master -> origin/master -Updating 280db16..9c691f7 + 9c691f7..fb05658 master -> origin/master +Updating 9c691f7..fb05658 Fast-forward - eclass/cmake.eclass | 18 +++++++++++++++--- - eclass/qt5-build.eclass | 7 +++---- - 2 files changed, 18 insertions(+), 7 deletions(-) + dev-libs/boost/Manifest | 7 + + dev-libs/boost/boost-1.75.0_pre.ebuild | 355 +++++++++++++++++++++ + .../files/boost-1.71.0-build-auto_index-tool.patch | 13 + + .../boost/files/boost-1.71.0-context-x32.patch | 38 +++ + .../files/boost-1.71.0-disable_icu_rpath.patch | 29 ++ + .../boost-1.73-boost-mpi-python-PEP-328.patch | 17 + + .../files/boost-1.73-property-tree-include.patch | 45 +++ + dev-util/boost-build/Manifest | 9 + + dev-util/boost-build/boost-build-1.75.0_pre.ebuild | 73 +++++ + ...oost-build-1.71.0-darwin-gentoo-toolchain.patch | 26 ++ + .../boost-build-1.71.0-disable_python_rpath.patch | 11 + + .../files/boost-build-1.71.0-fix-test.patch | 11 + + .../boost-build-1.71.0-respect-c_ld-flags.patch | 9 + + ...ost-build-1.73.0-add-none-feature-options.patch | 22 ++ + ...oost-build-1.74.0-no-implicit-march-flags.patch | 279 ++++++++++++++++ + dev-util/boost-build/files/site-config.jam | 11 + + 16 files changed, 955 insertions(+) + create mode 100644 dev-libs/boost/Manifest + create mode 100644 dev-libs/boost/boost-1.75.0_pre.ebuild + create mode 100644 dev-libs/boost/files/boost-1.71.0-build-auto_index-tool.patch + create mode 100644 dev-libs/boost/files/boost-1.71.0-context-x32.patch + create mode 100644 dev-libs/boost/files/boost-1.71.0-disable_icu_rpath.patch + create mode 100644 dev-libs/boost/files/boost-1.73-boost-mpi-python-PEP-328.patch + create mode 100644 dev-libs/boost/files/boost-1.73-property-tree-include.patch + create mode 100644 dev-util/boost-build/Manifest + create mode 100644 dev-util/boost-build/boost-build-1.75.0_pre.ebuild + create mode 100644 dev-util/boost-build/files/boost-build-1.71.0-darwin-gentoo-toolchain.patch + create mode 100644 dev-util/boost-build/files/boost-build-1.71.0-disable_python_rpath.patch + create mode 100644 dev-util/boost-build/files/boost-build-1.71.0-fix-test.patch + create mode 100644 dev-util/boost-build/files/boost-build-1.71.0-respect-c_ld-flags.patch + create mode 100644 dev-util/boost-build/files/boost-build-1.73.0-add-none-feature-options.patch + create mode 100644 dev-util/boost-build/files/boost-build-1.74.0-no-implicit-march-flags.patch + create mode 100644 dev-util/boost-build/files/site-config.jam *** syncing pg_overlay *** synced pg_overlay * Sync succeeded |