diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-02 14:11:54 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 14:15:37 +0100 |
commit | 0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf (patch) | |
tree | f0c299312f28e6d2d798de2fea69769f62686939 /dev-python/django-openstack-auth | |
parent | dev-python/django-openstack-auth: Clean old (diff) | |
download | gentoo-0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf.tar.gz gentoo-0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf.tar.bz2 gentoo-0382332f9d5ec3e2c2dacfa3b3784d5b45fec7bf.zip |
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>
Diffstat (limited to 'dev-python/django-openstack-auth')
-rw-r--r-- | dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild index 7f7d650a6bd8..48e1247e1587 100644 --- a/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild +++ b/dev-python/django-openstack-auth/django-openstack-auth-1.2.0.ebuild @@ -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}" |