diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-11 17:38:33 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-12-11 17:38:54 -0600 |
commit | 6224c4d95b25769e1049aeef15107064dd19c043 (patch) | |
tree | 6bbf3a742082f935ffae8b35038dd53d7628f618 /dev-python/flufl-lock | |
parent | sys-devel/gcc-6.4.0: alpha stable, bug 638030 (diff) | |
download | gentoo-6224c4d95b25769e1049aeef15107064dd19c043.tar.gz gentoo-6224c4d95b25769e1049aeef15107064dd19c043.tar.bz2 gentoo-6224c4d95b25769e1049aeef15107064dd19c043.zip |
dev-python/flufl-lock: fixing description
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'dev-python/flufl-lock')
-rw-r--r-- | dev-python/flufl-lock/flufl-lock-3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flufl-lock/flufl-lock-3.2.ebuild b/dev-python/flufl-lock/flufl-lock-3.2.ebuild index c6a4c32483c3..d757bbabce0a 100644 --- a/dev-python/flufl-lock/flufl-lock-3.2.ebuild +++ b/dev-python/flufl-lock/flufl-lock-3.2.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 MY_PN=${PN/-/.} -DESCRIPTION="python3_4 python3_5 python3_6" +DESCRIPTION="NFS-safe file locking with timeouts for POSIX systems." HOMEPAGE="https://gitlab.com/warsaw/flufl.lock" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" |