summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2020-08-21 20:41:47 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2020-08-21 20:42:06 -0500
commit87cdc44053f16ad612b0de1992a3b2a971b81e0b (patch)
tree9c1a1876a5e08a85a20ce2eb1686b52067324a1b /dev-libs/leatherman
parentdev-vcs/fossil: security bump to 2.12.1 (diff)
downloadgentoo-87cdc44053f16ad612b0de1992a3b2a971b81e0b.tar.gz
gentoo-87cdc44053f16ad612b0de1992a3b2a971b81e0b.tar.bz2
gentoo-87cdc44053f16ad612b0de1992a3b2a971b81e0b.zip
dev-libs/leatherman: fix error_code being missing
Closes: https://bugs.gentoo.org/736651 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-libs/leatherman')
-rw-r--r--dev-libs/leatherman/files/shared_nowide.patch3
-rw-r--r--dev-libs/leatherman/leatherman-1.12.1-r2.ebuild (renamed from dev-libs/leatherman/leatherman-1.12.1-r1.ebuild)0
2 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/leatherman/files/shared_nowide.patch b/dev-libs/leatherman/files/shared_nowide.patch
index e0c4c832fb3e..4f5f67045fb6 100644
--- a/dev-libs/leatherman/files/shared_nowide.patch
+++ b/dev-libs/leatherman/files/shared_nowide.patch
@@ -88,10 +88,11 @@ index ff9dba6..5d1b9ce 100644
#include <leatherman/logging/logging.hpp>
--- leatherman-1.10.0/util/src/environment.cc~ 2019-12-14 20:46:29.000000000 +0000
+++ leatherman-1.10.0/util/src/environment.cc 2020-06-02 22:42:45.101963441 +0100
-@@ -1,5 +1,5 @@
+@@ -1,5 +1,6 @@
#include <leatherman/util/environment.hpp>
-#include <boost/nowide/cenv.hpp>
+#include <boost/nowide/cstdlib.hpp>
++#include <boost/system/error_code.hpp>
using namespace std;
diff --git a/dev-libs/leatherman/leatherman-1.12.1-r1.ebuild b/dev-libs/leatherman/leatherman-1.12.1-r2.ebuild
index 340f36608ce1..340f36608ce1 100644
--- a/dev-libs/leatherman/leatherman-1.12.1-r1.ebuild
+++ b/dev-libs/leatherman/leatherman-1.12.1-r2.ebuild