dev-python/reflink: fix description
authorGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 21 Feb 2020 08:54:39 +0000 (00:54 -0800)
committerGeorgy Yakovlev <gyakovlev@gentoo.org>
Fri, 21 Feb 2020 08:55:05 +0000 (00:55 -0800)
was copy-pasted from another ebuild, thanks slashbeast

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
dev-python/reflink/reflink-0.2.1.ebuild

index ec1fcbfd5d2ccb855ad9d2c43f81e74003c5a1fc..c3df5d3b75bc111433e2c84521dfb65e2dfe45ab 100644 (file)
@@ -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"