commit: 87cdc44053f16ad612b0de1992a3b2a971b81e0b Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sat Aug 22 01:41:47 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sat Aug 22 01:42:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87cdc440
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 <AT> gentoo.org> dev-libs/leatherman/files/shared_nowide.patch | 3 ++- .../{leatherman-1.12.1-r1.ebuild => leatherman-1.12.1-r2.ebuild} | 0 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/leatherman/files/shared_nowide.patch b/dev-libs/leatherman/files/shared_nowide.patch index e0c4c832fb3..4f5f67045fb 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 similarity index 100% rename from dev-libs/leatherman/leatherman-1.12.1-r1.ebuild rename to dev-libs/leatherman/leatherman-1.12.1-r2.ebuild
