From 105f77fe60228e0c7c53af15a440c90e77f27336 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sun, 17 Apr 2016 12:51:00 +0200 Subject: dev-cpp/glibmm: Drop old Package-Manager: portage-2.2.28 --- dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch (limited to 'dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch') diff --git a/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch b/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch deleted file mode 100644 index c6c38ff5a568..000000000000 --- a/dev-cpp/glibmm/files/glibmm-2.46.2-use-noexcept2.patch +++ /dev/null @@ -1,15 +0,0 @@ -Gio::Application: Destructor: Use noexcept in the implementation too. - -Bug #566426 (https://bugs.gentoo.org/show_bug.cgi?id=566426) - ---- a/gio/giomm/application.cc 2015-09-22 11:13:25.000000000 +0200 -+++ b/gio/giomm/application.cc 2015-12-08 21:54:44.914338546 +0100 -@@ -284,7 +284,7 @@ Application::Application(const Glib::ust - - } - --Application::~Application() -+Application::~Application() noexcept - { - // Delete all OptionArgCallbackData instances that belong to this application. - Glib::Threads::Mutex::Lock lock(option_arg_callback_data_mutex); -- cgit v1.2.3