From d585da320a892adaa1e9722474a487fd37c279db Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Wed, 6 Jul 2022 11:36:22 +0200 Subject: dev-util/boost-build: Drop 1.78.0-r1 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner --- ...oost-build-1.78.0-fix-python-bindings-build.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 dev-util/boost-build/files/boost-build-1.78.0-fix-python-bindings-build.patch (limited to 'dev-util/boost-build/files') 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 -Date: Thu, 9 Dec 2021 08:11:57 +0300 -Subject: [PATCH] Don't skip install targets if there's 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 * ) -- cgit v1.2.3-65-gdbad