From 28aa1641bcdd6546edf48165f0620f341a44e47c Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Tue, 8 Jan 2019 13:24:33 +0000 Subject: [PATCH] Fix build with Python 3 --- devel/py-pooch/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-pooch/Makefile b/devel/py-pooch/Makefile index 09b0ae329f9b..3e560da54b85 100644 --- a/devel/py-pooch/Makefile +++ b/devel/py-pooch/Makefile @@ -21,6 +21,7 @@ USES= python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +USE_LOCALE= en_US.UTF-8 .include