diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-08-06 14:25:58 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-06 15:41:20 +0200 |
commit | 3acb72b387c1ead3544ea0075dce15dfcbbadbb3 (patch) | |
tree | 90229f0cfce8695c987c8427dbdba534782f9c9a /dev-python/zfec | |
parent | dev-python/backports-unittest-mock: keyworded 1.3 for ppc64, bug #621282 (diff) | |
download | gentoo-3acb72b387c1ead3544ea0075dce15dfcbbadbb3.tar.gz gentoo-3acb72b387c1ead3544ea0075dce15dfcbbadbb3.tar.bz2 gentoo-3acb72b387c1ead3544ea0075dce15dfcbbadbb3.zip |
dev-python/zfec: Shorter DESCRIPTION
Diffstat (limited to 'dev-python/zfec')
-rw-r--r-- | dev-python/zfec/zfec-1.4.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/zfec/zfec-1.4.24.ebuild b/dev-python/zfec/zfec-1.4.24.ebuild index 7aa03cfd2ee5..5e5446f1cb13 100644 --- a/dev-python/zfec/zfec-1.4.24.ebuild +++ b/dev-python/zfec/zfec-1.4.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 -DESCRIPTION="Fast erasure codec which can be used with the command-line, C, Python, or Haskell" +DESCRIPTION="Fast erasure codec for the command-line, C, Python, or Haskell" HOMEPAGE="https://pypi.python.org/pypi/zfec" SRC_URI="mirror://pypi/z/zfec/zfec-${PV}.tar.gz" |