diff options
author | Louis Sautier <sbraz@gentoo.org> | 2018-07-29 14:56:05 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2018-07-29 17:40:10 +0200 |
commit | b190f1d2520f8354072892abf0431bf6d675315d (patch) | |
tree | e3c5113968faac4ce8b3041931cf914a122a58f4 /dev-python/pysendfile | |
parent | dev-perl/Sys-SigAction: x86 stable (bug #662392) (diff) | |
download | gentoo-b190f1d2520f8354072892abf0431bf6d675315d.tar.gz gentoo-b190f1d2520f8354072892abf0431bf6d675315d.tar.bz2 gentoo-b190f1d2520f8354072892abf0431bf6d675315d.zip |
dev-python/pysendfile: fix DESCRIPTION
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'dev-python/pysendfile')
-rw-r--r-- | dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |