dev-libs/cgilib: Fix toolong DESCRIPTION
authorHarri Nieminen <moikkis@gmail.com>
Sat, 6 May 2017 17:14:26 +0000 (20:14 +0300)
committerDavid Seifert <soap@gentoo.org>
Sat, 6 May 2017 22:17:57 +0000 (00:17 +0200)
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

index b3c692980a11e57b62ab05eb859be96279ff8600..12578b4f1442b92a632b7099a35f12a5b51e7742 100644 (file)
@@ -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"