diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-07 12:35:51 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-03-07 20:01:09 +0100 |
| commit | 402f99a42c5d75a18d3145910a2b8ac2ff6778a9 (patch) | |
| tree | 98237f1efe38b552c78de8af72cb2a53faee94d9 /dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch | |
| parent | 7da42650585aacc6b7cc28ffb1e5c8331d0c0123 (diff) | |
| download | gentoo-402f99a42c5d75a18d3145910a2b8ac2ff6778a9.tar.gz gentoo-402f99a42c5d75a18d3145910a2b8ac2ff6778a9.tar.bz2 gentoo-402f99a42c5d75a18d3145910a2b8ac2ff6778a9.zip | |
dev-cpp/waylandpp: Cleanup old, cmake-utils--, EAPI6--
All versions obsolete by latest stable.
Closes: https://bugs.gentoo.org/770691
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch')
| -rw-r--r-- | dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch b/dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch deleted file mode 100644 index 41e71eb237bc..000000000000 --- a/dev-cpp/waylandpp/files/waylandpp-0.2.7-fix-std-runtime_error.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 695c0881101435a57d24c84d04cbcb79eec49903 Mon Sep 17 00:00:00 2001 -From: Rechi <Rechi@users.noreply.github.com> -Date: Sat, 18 Jan 2020 23:37:46 +0100 -Subject: [PATCH] [fix] add missing stdexcept include after 2d834a6 -MIME-Version: 1.0 -Content-Type: text/plain; charset=UTF-8 -Content-Transfer-Encoding: 8bit - -fixes error: ‘runtime_error’ is not a member of ‘std’ ---- - include/wayland-util.hpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/include/wayland-util.hpp b/include/wayland-util.hpp -index 9cf5d04..1609651 100644 ---- a/include/wayland-util.hpp -+++ b/include/wayland-util.hpp -@@ -28,6 +28,7 @@ - - #include <algorithm> - #include <memory> -+#include <stdexcept> - #include <string> - #include <typeinfo> - #include <utility> |
