diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-02-17 16:58:22 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-02-17 21:17:33 +0100 |
commit | 436001d8568039881cb154942e53c20d60dabe09 (patch) | |
tree | 6faaef076f01e1f7770acde302c2f26a52fba0dc /app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild | |
parent | app-emacs/color-theme: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-436001d8568039881cb154942e53c20d60dabe09.tar.gz gentoo-436001d8568039881cb154942e53c20d60dabe09.tar.bz2 gentoo-436001d8568039881cb154942e53c20d60dabe09.zip |
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
Diffstat (limited to 'app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild')
-rw-r--r-- | app-crypt/openvpn-blacklist/openvpn-blacklist-0.4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |