From: Louis Sautier Date: Sun, 29 Jul 2018 12:56:05 +0000 (+0200) Subject: dev-python/pysendfile: fix DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b190f1d2520f8354072892abf0431bf6d675315d;p=gentoo.git dev-python/pysendfile: fix DESCRIPTION Package-Manager: Portage-2.3.43, Repoman-2.3.10 --- diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild index 06a159635b5c..a01300668133 100644 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 -DESCRIPTION="A python interface to sendfile(2) system call" +DESCRIPTION="A python interface to the sendfile(2) system call" HOMEPAGE="https://github.com/giampaolo/pysendfile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"