commit: 6c5744ea2564ad2589f89aa68634a24c7638ec5c
Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 08:34:47 2018 +0000
Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 08:38:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5744ea
dev-python/django-otp: fix DESCRIPTION
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-python/django-otp/django-otp-0.3.4.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-otp/django-otp-0.3.4.ebuild
b/dev-python/django-otp/django-otp-0.3.4.ebuild
index 9a5fb3483f1..eb05d4af0f2 100644
--- a/dev-python/django-otp/django-otp-0.3.4.ebuild
+++ b/dev-python/django-otp/django-otp-0.3.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
-DESCRIPTION="Framework for adding two-factor authentication to Django using
one-time passwords"
+DESCRIPTION="Django framework adding two-factor authentication using one-time
passwords"
HOMEPAGE="https://bitbucket.org/psagers/django-otp"
SRC_URI="mirror://pypi/d/${PN}/${P}.tar.gz"