commit: b279bd02bfa4a54f749747fa1dacc2d8a0700e08 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat May 6 17:14:26 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 6 22:17:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b279bd02
dev-libs/cgilib: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/cgilib/cgilib-0.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/cgilib/cgilib-0.7.ebuild b/dev-libs/cgilib/cgilib-0.7.ebuild index b3c692980a1..12578b4f144 100644 --- a/dev-libs/cgilib/cgilib-0.7.ebuild +++ b/dev-libs/cgilib/cgilib-0.7.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" inherit autotools autotools-utils -DESCRIPTION="a simple and lightweight interface to the Common Gateway Interface (CGI) for C and C++ programs" +DESCRIPTION="A simple and lightweight interface to the CGI for C and C++ programs" HOMEPAGE="http://www.infodrom.org/projects/cgilib/" SRC_URI="http://www.infodrom.org/projects/${PN}/download/${P}.tar.gz"