summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-06 11:36:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-06 12:27:31 +0200
commitd585da320a892adaa1e9722474a487fd37c279db (patch)
tree79c4862bb7c8f419da3ba37c8278234863504731 /dev-util/boost-build/files
parentdev-libs/boost: Drop 1.78.0-r2 (diff)
downloadgentoo-d585da320a892adaa1e9722474a487fd37c279db.tar.gz
gentoo-d585da320a892adaa1e9722474a487fd37c279db.tar.bz2
gentoo-d585da320a892adaa1e9722474a487fd37c279db.zip
dev-util/boost-build: Drop 1.78.0-r1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-util/boost-build/files')
-rw-r--r--dev-util/boost-build/files/boost-build-1.78.0-fix-python-bindings-build.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.78.0-fix-python-bindings-build.patch b/dev-util/boost-build/files/boost-build-1.78.0-fix-python-bindings-build.patch
deleted file mode 100644
index ddcdf0850031..000000000000
--- a/dev-util/boost-build/files/boost-build-1.78.0-fix-python-bindings-build.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://bugs.gentoo.org/829031
-https://github.com/bfgroup/b2/pull/113
-
-From: Dmitry Arkhipov <grisumbras@gmail.com>
-Date: Thu, 9 Dec 2021 08:11:57 +0300
-Subject: [PATCH] Don't skip install targets if there's <build>no in ureqs
-
---- a/tools/stage.jam
-+++ b/tools/stage.jam
-@@ -478,6 +478,10 @@ class install-target-class : basic-target
- return [ sequence.unique $(result2) ] ;
- }
-
-+ rule skip-from-usage-requirements ( )
-+ {
-+ }
-+
- # Returns true iff 'type' is subtype of some element of 'types-to-include'.
- #
- local rule include-type ( type : types-to-include * )