diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-21 00:54:39 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-02-21 00:55:05 -0800 |
commit | 231e626654af31b927c2557908d3211b93519ee2 (patch) | |
tree | cbe1de4dd7dd23d67493565cdcf29aeefe25790f /dev-python/reflink | |
parent | eclass/acct-user.eclass: disable pkg_* on Prefix. (diff) | |
download | gentoo-231e626654af31b927c2557908d3211b93519ee2.tar.gz gentoo-231e626654af31b927c2557908d3211b93519ee2.tar.bz2 gentoo-231e626654af31b927c2557908d3211b93519ee2.zip |
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 <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-python/reflink')
-rw-r--r-- | dev-python/reflink/reflink-0.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |