From 3bd1ae1065fe469f387e1b9fd069999977126088 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Tue, 29 Jun 2021 09:23:55 +0200 Subject: [PATCH] dev-python/bson: remove non ASCII character Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- dev-python/bson/bson-0.5.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/bson/bson-0.5.8.ebuild b/dev-python/bson/bson-0.5.8.ebuild index f3a3961409..70373627bb 100644 --- a/dev-python/bson/bson-0.5.8.ebuild +++ b/dev-python/bson/bson-0.5.8.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit distutils-r1 -DESCRIPTION="Independent BSON codec for Python that doesn’t depend on MongoDB" +DESCRIPTION="Independent BSON codec for Python that doesn't depend on MongoDB" HOMEPAGE="https://github.com/py-bson/bson" SRC_URI="https://github.com/py-bson/bson/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"