From: Georgy Yakovlev Date: Fri, 21 Feb 2020 08:54:39 +0000 (-0800) Subject: dev-python/reflink: fix description X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=231e626654af31b927c2557908d3211b93519ee2;p=gentoo.git dev-python/reflink: fix description was copy-pasted from another ebuild, thanks slashbeast Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Georgy Yakovlev --- diff --git a/dev-python/reflink/reflink-0.2.1.ebuild b/dev-python/reflink/reflink-0.2.1.ebuild index ec1fcbfd5d2c..c3df5d3b75bc 100644 --- a/dev-python/reflink/reflink-0.2.1.ebuild +++ b/dev-python/reflink/reflink-0.2.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 -DESCRIPTION="RFC-compliant FQDN validation and manipulation for Python" +DESCRIPTION="Python wrapper around the reflink system calls" HOMEPAGE="https://gitlab.com/rubdos/pyreflink" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"