From: Harri Nieminen Date: Fri, 17 Feb 2017 14:58:22 +0000 (+0200) Subject: app-crypt/openvpn-blacklist: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=436001d8568039881cb154942e53c20d60dabe09;p=gentoo.git app-crypt/openvpn-blacklist: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 --- diff --git a/app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild b/app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild index a7fb81d908ff..4368026ec4bd 100644 --- a/app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild +++ b/app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 -DESCRIPTION="Detection of weak openvpn keys produced by certain debian versions between 2006 and 2008" +DESCRIPTION="Detection of weak openvpn keys produced by certain debian versions in 2006-2008" HOMEPAGE="http://packages.debian.org/sid/openvpn-blacklist" SRC_URI="mirror://debian/pool/main/o/${PN}/${PN}_${PV}.tar.gz"