diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-05-15 10:40:06 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-05-15 18:33:44 +0200 |
commit | 0706ab654725762a143e4f2ff966f7b67efca3ff (patch) | |
tree | 0e7818a7c2088522741ab0bebaef9986db79c018 /sci-libs/ignition-common | |
parent | sci-libs/ignition-common: initial import (diff) | |
download | gentoo-0706ab654725762a143e4f2ff966f7b67efca3ff.tar.gz gentoo-0706ab654725762a143e4f2ff966f7b67efca3ff.tar.bz2 gentoo-0706ab654725762a143e4f2ff966f7b67efca3ff.zip |
sci-libs/ignition-common: remove unused file
cp error on my side
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'sci-libs/ignition-common')
-rw-r--r-- | sci-libs/ignition-common/files/includes.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/ignition-common/files/includes.patch b/sci-libs/ignition-common/files/includes.patch deleted file mode 100644 index 5d7750bcec9a..000000000000 --- a/sci-libs/ignition-common/files/includes.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: ignition-math6_6.4.0/src/RollingMean.cc -=================================================================== ---- ignition-math6_6.4.0.orig/src/RollingMean.cc -+++ ignition-math6_6.4.0/src/RollingMean.cc -@@ -17,6 +17,7 @@ - - #include <numeric> - #include <deque> -+#include <limits> - #include "ignition/math/RollingMean.hh" - - using namespace ignition::math; |