commit: 6224c4d95b25769e1049aeef15107064dd19c043
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 23:38:33 2017 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 23:38:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6224c4d9
dev-python/flufl-lock: fixing description
Package-Manager: Portage-2.3.14, Repoman-2.3.6
dev-python/flufl-lock/flufl-lock-3.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/flufl-lock/flufl-lock-3.2.ebuild
b/dev-python/flufl-lock/flufl-lock-3.2.ebuild
index c6a4c32483c..d757bbabce0 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}"