dev-python/django-openstack-auth: Shorten DESCRIPTION to fit max length

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-11-02 14:11:54 +01:00
parent fb3ce38cc0
commit 0382332f9d

View File

@@ -7,8 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_3 )
inherit distutils-r1
DESCRIPTION="A Django authentication backend for use with the OpenStack Keystone
Identity backend."
DESCRIPTION="Django authentication backend for use with OpenStack Keystone Identity backend"
HOMEPAGE="http://django_openstack_auth.readthedocs.org/"
SRC_URI="mirror://pypi/${PN:0:1}/django_openstack_auth/django_openstack_auth-${PV}.tar.gz"
S="${WORKDIR}/django_openstack_auth-${PV}"