From: Harri Nieminen Date: Fri, 17 Feb 2017 14:39:21 +0000 (+0200) Subject: app-crypt/openssl-blacklist: Fix toolong.DESCRIPTION X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e616e4e5d05a48be19bf85b44433882467bc64b4;p=gentoo.git app-crypt/openssl-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/openssl-blacklist/openssl-blacklist-0.5.3.ebuild b/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild index 204b5ea0919c..eae8e7279502 100644 --- a/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild +++ b/app-crypt/openssl-blacklist/openssl-blacklist-0.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -13,7 +13,7 @@ DEB_P="${PN}_${MY_PV}" DEB_PVER=$(get_version_component_range 3) DEB_PATCH="${DEB_P}-${DEB_PVER}.diff" -DESCRIPTION="Detection of weak ssl keys produced by certain debian versions between 2006 and 2008" +DESCRIPTION="Detection of weak ssl keys produced by certain debian versions in 2006-2008" HOMEPAGE="https://launchpad.net/ubuntu/+source/openssl-blacklist/" SRC_URI="mirror://debian/pool/main/o/${PN}/${DEB_P}.orig.tar.gz mirror://debian/pool/main/o/${PN}/${DEB_PATCH}.gz"