From: Jonas Stein Date: Mon, 31 Jul 2017 23:22:14 +0000 (+0200) Subject: dev-python/PyECLib: Shorter DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=de57f0df7e8f95965452076228a8136591067e82;p=gentoo.git dev-python/PyECLib: Shorter DESCRIPTION --- diff --git a/dev-python/PyECLib/PyECLib-1.4.0.ebuild b/dev-python/PyECLib/PyECLib-1.4.0.ebuild index 264e32353f7b..7d57a5c8f14a 100644 --- a/dev-python/PyECLib/PyECLib-1.4.0.ebuild +++ b/dev-python/PyECLib/PyECLib-1.4.0.ebuild @@ -6,7 +6,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 eutils multilib -DESCRIPTION="Messaging API for RPC and notifications over a number of different messaging transports" +DESCRIPTION="Messaging API for RPC and notifications over different messaging transports" HOMEPAGE="https://pypi.python.org/pypi/PyECLib" SRC_URI="mirror://pypi/p/pyeclib/pyeclib-${PV}.tar.gz" S="${WORKDIR}/pyeclib-${PV}"