commit: b190f1d2520f8354072892abf0431bf6d675315d
Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 29 12:56:05 2018 +0000
Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Sun Jul 29 15:40:10 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b190f1d2
dev-python/pysendfile: fix DESCRIPTION
Package-Manager: Portage-2.3.43, Repoman-2.3.10
dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
index 06a159635b5..a0130066813 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"